@charset "utf-8"; 
@import "./exam-confirmation-page.css";

/* -----------------------------------------------------------------------------*/
/* CSS VARIABLES
/* -----------------------------------------------------------------------------*/
:root {
	--font: HelveticaNeueForTarget, Verdana, Arial, sans-serif;
}

/* -----------------------------------------------------------------------------*/
/* CUSTOM FONTS
/* -----------------------------------------------------------------------------*/

@font-face {
	font-family: HelveticaNeueForTarget;
	src: url(../fonts/HelveticaNeueforTarget-Lt.woff) format("woff"),
		 url(../fonts/HelveticaNeueforTarget-Lt.ttf) format("truetype");
	font-weight: 300;
}

@font-face {
	font-family: HelveticaNeueForTarget;
	src: url(../fonts/HelveticaNeueforTarget-Rm.woff) format("woff"),
		 url(../fonts/HelveticaNeueforTarget-Rm.ttf) format("truetype");
	font-weight: 400;
}

@font-face {
	font-family: HelveticaNeueForTarget;
	src: url(../fonts/HelveticaNeueforTarget-Md.woff) format("woff"),
		 url(../fonts/HelveticaNeueforTarget-Md.ttf) format("truetype");
	font-weight: 600;
}

@font-face {
	font-family: HelveticaNeueForTarget;
	src: url(../fonts/HelveticaNeueforTarget-Bd.woff) format("woff"),
		 url(../fonts/HelveticaNeueforTarget-Bd.ttf) format("truetype");
	font-weight: 800;
}


/* -----------------------------------------------------------------------------*/
/* COMMON GENERAL CLASSES
/* -----------------------------------------------------------------------------*/

/*a, fieldset, form, h1, h2, h3, h4, h5, h6, p, li, ol, ul, body, html, tr, td, img { margin:0; padding:0; border:0; font-size:12px; }*/
.exam-steps a, .exam-steps fieldset, .exam-steps form, .exam-steps h1, .exam-steps h2, .exam-steps h3, 
.exam-steps h4, .exam-steps h5, .exam-steps h6, .exam-steps p, .exam-steps li, .exam-steps ol, .exam-steps ul, 
.exam-steps tr,.exam-steps td, .exam-steps img { margin:0; padding:0; border:0; font-size:12px; }

.registrationLanding a, .registrationLanding fieldset, .registrationLanding form, .registrationLanding h1, .registrationLanding h2, .registrationLanding h3, 
.registrationLanding h4, .registrationLanding h5, .registrationLanding h6, .registrationLanding p, .registrationLanding li, .registrationLanding ol, .registrationLanding ul, 
.registrationLanding tr,.registrationLanding td, .registrationLanding img { margin:0; padding:0; border:0; font-size:12px; }

ul { margin:0; padding:0; }

input:focus,
select:focus,
a:focus,
h3:focus {
	outline: 0;
}
			
input[type="radio"].custom-radio,
input[type="checkbox"].custom-checkbox {
	position: absolute;
	left: -9999px;
}

table {
	border-spacing: 0;
}

input[type="radio"].custom-radio + label,
input[type="checkbox"].custom-checkbox + label {
	display: block;
	padding-left: 30px;
	position: relative;
}
	
	input[type="radio"].custom-radio + label:before,
	input[type="checkbox"].custom-checkbox + label:before {
		border: 1px solid #8a919b;
		content: " ";
		display: block;
		height: 16px;
		left: 0;
		position: absolute;
		top: 0;
		width: 16px;
	}

input[type="radio"].custom-radio:checked + label:after,
input[type="checkbox"].custom-checkbox:checked + label:after {
	background: #D51513;
	content: " ";
	display: block;
	height: 14px;
	left: 2px;
	position: absolute;
	top: 2px;
	width: 14px;
}


.loading {
	background-color: #FFF;
	background: url("../images/loading.gif") center center no-repeat;
	background-size: 32px;
	min-height: 32px;
}
	.loading.red {
		background-color: #D51513;
		background-image: url("../images/loading-on-red.gif");
	}

/*.arrow {
	width:13px;
    height:10px;
    background:transparent url(../images/icons/drop-arrows.png) 0 0 no-repeat;
    background-size: 13px;
    display:inline-block;
}*/
	.ui-state-default .arrow,
	.collapsed .arrow {
	   	height: 13px;
		background-position: 0 bottom;
	}

	.ui-state-active .arrow {
		background-position: 0 0;
	   	height: 10px;
		width: 13px;
	}

ul { list-style-type:none; }
body { font-family:Arial, Helvetica, sans-serif; background-color:#FFF; color:#666; }
.hide, .required.hide { display:none; }
#page_wrapper { width:100%; }
#page { margin:0 auto; padding:0; width: 1024px; }
.italic { font-style:italic; }
.left { float:left; }
.left_wishlist { padding:9px 0; float:left; }
.left_drop_down_shipment { float:left; }
.right { float:right; }
.space { height:6px; }

.margins15_0 {
	margin: 15px 0;
}

.vertical_align_top { vertical-align:top; }
.pagination_controls { padding:0 7px 0 7px; }
.pagination_input label { margin-top:3px; }
.pagination_input { float:left; margin-bottom:2px; }
.pagination_input input { margin:0; vertical-align:top; }
.pagination { float:left; }
.left a.light_button { margin:0 0 0 4px; }
#top_pagination,div .top_pagination { margin-top:5px; }
.clear_left { clear:left; }
.clear_both { clear:both; }
.compareClass { width:155px; padding:14px 0 0 33px; }
.clear_float { clear:both; }
.hidden_summary { position:absolute; left:-99999px; }
span.hidden_summary { position:absolute; left:-99999px; }
.title { font-weight:bold; }
.title span { font-weight:normal; }

/* General info table */
.info_table { border-left:1px solid #cccccc; border-right:1px solid #cccccc; border-top:1px solid #cccccc; margin-bottom:10px; display:-moz-inline-block; display:inline-block; }
.info_table.row { border-bottom:1px solid #cccccc; }
.info_table.row.label,.info_table.row.info_content,.info_table.row.label1,.info_table.row.label2,.info_table.row.info_content1 { float:left; text-align:left; padding:7px 0 3px 5px; vertical-align:middle; }
.info_table.row.label { border-right:1px solid #cccccc; background-color:#F4F5F5; width:130px; padding-left:5px; padding-right:5px; height:auto !important; min-height:23px; height:23px; }
.info_table.row.info_content { background-color:#fff; display:-moz-inline-block; display:inline-block; border-right:none; padding-right:7px; }.info_table.row.label1 { width:210px; padding-left:5px; padding-right:5px; height:auto !important; min-height:23px; height:23px; overflow-x:auto; }
.info_table.label1 { overflow-x:auto; }
.info_table.row.label2 { width:100px; padding-left:5px; padding-right:5px; min-height:23px; height:23px; }
.info_table.row.info_content1 { display:-moz-inline-block; display:inline-block; border-right:none; padding-right:7px; height:auto !important; min-height:23px; height:23px; width:210px; }
.info_table.row .info_content input, .info_table.row .info_content select { margin:0; height:20px; }

/* -----------------------------------------------------------------------------*/
/* 2.COMMON FONT CLASSES
/* -----------------------------------------------------------------------------*/
.landingpage_link { color:#dd5901; font-size:14px; }
.breadcrumb_current { color:#B50000; font-weight:bold; }
.myaccount_title { color:#dd5901; }
.wishlist_image_link { color:#dd5901; }
.static_pages_header { color:#dd5901; }
.status_msg { color:#404040; }
.wishlist_detailed_link { color:#0055ad; }
.order_link { color:#0055ad; }
.catalog_link { color:#0055ad; }
.sidebar_header { color:#404040; }
.sidebar_legend { color:#404040; font-size:12px; padding-bottom:2px; font-weight:normal; }
.registration_header { color:#404040; }
a { text-decoration:none; color:#06E; font-weight:bold; }
a:hover, a:focus { text-decoration:underline; }
a.sub-link { color:#333; }
.delete-link { clear:both; display:block; }
/*#skip { left:-9999px; position:absolute; top:-23px; }*/
#skip{
	color: #333;
	position: absolute;
	top: -1000px;
    left: -1000px;
    height: 1px;
    width: 1px;
    text-align: left;
    overflow: hidden;
    background: #fafac5 !important;
}
/*#skip:focus { left:0; }*/
#skip:focus{
    left: 0; 
    top: 0;
    width: auto; 
    height: auto; 
    overflow: visible; 
    color: #333;
    outline: none !important;
    border: 1px solid #7F487F;
    border-top: none;
}

.spanacce { height:1px; width:1px; position:absolute; overflow:hidden; top:-10px; }
h1 { color:#565656; font-size:32px; padding:0; margin:0 0 25px; font-weight:normal; font-family:"HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight:bold; }
.TO_h1 {color:#565656; font-family:"HelveticaNeueBold","HelveticaNeue-Bold","Helvetica Neue Bold","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif; font-size:16px; font-weight:bold; margin:0 0 25px; padding:0;}
.shopping_cart_box h1,
h1.shopCartTitle {
	color: #999;
	font-size: 64px;
	width: 100%;
	border-bottom:1px dotted #b2b2b2;
	padding:0 0 10px;
}
.shopping_cart_box .empty-cart-espot {
	text-align: center;
	padding: 135px 0;
}
	.shopping_cart_box .empty-cart-espot h2 {
		color: #767676 !important;
		font-size: 60px !important;
		padding: 5px 0;
		margin: 0;
	}
	.shopping_cart_box .empty-cart-espot p {
		color: #767676;
		font-size: 26px;
		display: inline-block;
		width: 400px;
	}
	.shopping_cart_box .empty-cart-espot p a{
		font-weight: normal;
		font-size: 26px;
	}
	.shopping_cart_box .shopCartMessage {
		background-color: #ccc;
	    border: 1px solid #9f9f9f;
	    border-radius: 2px;
	    font-size: 16px;
	    font-weight: normal;
	    margin: 0 10px;
	    padding: 10px;
	}
	.shopping_cart_box hr {
		border: none;
		border-top: 1px dotted #999;
		width: 100%;
		margin-top: 25px;
	}
h1 span { color:#949494; }
strong {
	font-weight: bold;
}
	strong.emphasized {
		color: #e41f35;
	}
h2 { color:#333; font-size:18px; font-weight:bold;  margin:0 0 7px; padding:0; }
.h2 { color:#333; font-size:18px; font-weight:bold; margin:0 0 7px; padding:0; }
.find-a-store h2 {clear: both }
.TO_h2 { color:#333; font-size:18px; font-weight:bold; margin:0 0 7px; padding:0; clear:both;}
legend { color:#333; font-size:18px; font-weight:bold; margin:0 0 7px; padding:0; }
.grey-header { color:#666; }
.grey-header span { font-size:24px; }
.sidebar_header_link { font-size:12px; padding-bottom:2px; font-weight:normal; }
h3 { font-size:14px; font-weight:bold; }
.TO_h3 { color:#666; font-size:14px; font-weight:bold; margin:0 0 5px; clear:both;}
.box_headers { color:#404040; font-size:14px; font-weight:normal; padding:0; margin:0; }
.font2 { font-size:11px; }
.font3 { font-family:arial, helvetica, sans-serif; }
.italic { font-style:italic; }
.strong { font-weight:bold; }
.dotted-right { border-right:1px dotted #E0E0E0; }
.dotted-bottom { border-bottom:1px dotted #E0E0E0; }
/*.row { float:left; margin:0 0 20px; padding:0 0 20px; width:100%; }*/
footer .row { float: none; width: auto; margin-bottom: 0; padding-bottom: 0; }
.col { float:left; margin:0 30px 0 0; padding:10px 30px 10px 0; width:339px; }
.col.last { margin:0; }
/*input[type="text"], input[type="password"] { background-color:#FFF; border:1px solid #E0E0E0; font-size:11px; height:22px; margin:0; padding:2px; width:170px; }*/
.exam-steps input[type="text"], .exam-steps input[type="password"] { background-color:#FFF; border:1px solid #E0E0E0; font-size:11px; height:22px; margin:0; padding:2px; width:170px; }
.registrationLanding input[type="text"], .registrationLanding input[type="password"] { background-color:#FFF; border:1px solid #E0E0E0; font-size:11px; height:22px; margin:0; padding:2px; width:170px; }
input.width-double { width:340px; }
/*select { background-color:#FFF; border:1px solid #E0E0E0; font-size:11px; padding:2px 4px; }
option { padding:0 10px; }
textarea { margin:0; padding:2px 0; margin:0 0 0 0; font-size:11px; background-color:#FFF; border:1px solid #E0E0E0; }
p { margin:0 0 5px; }*/
span.required {
		color:#C00;
		font-weight:bold;
		clear:both;
		display:block;
	}
span.required + span.required { display:none !important; }
span.required + span.required.do-display { display:block !important; }
.lens-color-default + span { position:relative; top:-20px; }
input.required { border:1px solid #C00; }

.isNeeded.required {
	border: 1px solid #C00 !important;
}

/* Loading dial styles (for functionality defined in global.js) */
.loading_overlay {
	position: absolute;
	z-index: 9999;
	left: 0; top: 0;
	width: 100%; height: 100%;
	background: #FFF url("../images/to_loading.gif") center center no-repeat;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	/* IE 5-7 */
	filter: alpha(opacity=75);
	opacity: 0.75;
}

span.required-msg { background:url("../images/error-icon.jpg") no-repeat scroll 0 0 transparent; color:#C00; display:inline-block; font-size:11px; font-weight:bold; line-height:20px; margin:3px 0 0; text-indent:24px; float:left; clear:both; }

#ErrorMessageText { display:block; width:320px !important; }
.required-star, .star { color:#C00; font-weight: bold;}
.brand { font-size:14px; font-weight:bold; margin:0; }
.style { font-size:13px; margin:0; }
.upc { color:#999; font-size:10px; margin:0; }

/* Button Classes */
.round-button { background:transparent url(../images/button-highlight.png) center -7px no-repeat; border:2px solid #FFFFFF; border-radius:20px; -webkit-border-radius:20px; -moz-border-radius:20px; -webkit-box-shadow:0 0 4px 0 #CCC; -moz-box-shadow:0 0 4px 0 #CCC; box-shadow:0 0 4px 0 #CCC; font-family:"HelveticaNeueBold","HelveticaNeue-Bold","Helvetica Neue Bold","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif; font-weight:bold; padding:5px 15px; text-align:center; cursor:pointer; display:inline-block; }
.round-button:hover,.round-button:focus { text-decoration:none !important; }
.round-button.blue { background-color:#D8EBF9; color:#666; }
.round-button.blue:hover, .round-button.blue:focus { background-color:#CAE8FE; text-decoration: underline !important;}
.round-button.red { background-color:#B50000; color:#FFF !important; }
.round-button.red:hover, .round-button.red:focus { background-color:#9C0000; text-decoration: underline !important;}
.round-button.gray { background-color:#666; color:#FFF !important; }
.round-button.gray:hover, .round-button.gray:focus { background-color:#777; }
span.required + .round-button, span.required + css3-container + .round-button { clear:both; float:left; margin:10px 0 0; }
.round-button.disabled { cursor:default; opacity:0.5; }
a.round-button { padding:5px 20px !important; }

.button-flat {
	background-color: #e2e2e2;
	border: none;
	border-radius: 23px;
	color: #666;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	padding: 0 35px;
	text-align: center;
	vertical-align: middle;
}

.button-flat.red {
	background-color:#C00;
	color:#FFF;	
}

.button-flat.red.cartBtn {
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 20px;
    background-color: #DF352E;
}

.cartBtn img.lock {
	width: 14px;
	margin-right: 0.5em;
}

/* Generic Form Styling */
.fe-row { clear:both; float:left; margin:0 0 10px; width:100%; }
.fe-row.assistance p, .fe-row.assistance a { font-size:14px; }
.fe-row.label-only { margin:0; }
.fe-row.radio-row { margin:10px 0 20px; }
.fe-row.check-row { margin:0 0 5px; }
.fe { float:left; margin:0 20px 0 0; width:170px; position:relative; }
.fe.width-100 { width:100%; }
.fe-row.radio-row .fe { clear:both; }
.fe-row.dob .fe { width:80px; }
.fe-row.check-row .fe { width:100%; }
.fe-row.dob select { width:100px; }
.fe.phone { width:100%; margin:0; }
.fe label { display:block; font-weight:bold; color:#999; }
.fe-row.radio-row label, .fe-row.check-row label { float:left; margin: 3px 3px 3px 4px; }
.fe-row input[type="radio"], .fe-row input[type="checkbox"], .fe-row label { float:left; margin: 3px 3px 3px 4px; }
.se { float:left; margin:10px 20px 0 0; width:auto; position:relative; }
.paren { color:#999; font-size:22px; font-weight:bold; }
.paren + input[type="text"] { margin:0 5px; }
input[type="text"].one, input[type="text"].two { width:42px; }
input[type="text"].three { width:60px; }
.CONTACT_INFORMATION .fe { width:340px; }
#userRegModalForm label { float:none; }
#QuickCheckout .fe, #QuickCheckout .fe_phone { width:275px; }
#QuickCheckout .fe input[type="text"] { width:171px; }
#AddressForm .fe { width:190px; }
#AddressForm .fe.phone { width:100%; }
#contactLensesForm .dob select.required { margin:0 }
#emailSignup .fe { width: 100% !important; }

/* -----------------------------------------------------------------------------*/
/* 3.HEADER
/* -----------------------------------------------------------------------------*/
/*#header_wrapper {
    width: 100%;
    height: 110px;
    background-color: #CC0000;
    padding: 0;
}*/

#header {
    width: 950px;
    margin: 0 auto;
    position: relative;
    padding: 10px 0 0;
}
#header li { color:#FFF; display: inline-block; vertical-align: middle; font-weight:bold; position:relative; float:right; }
#header li.name {
    padding:6px 10px;
}
    #header li.name a{
        display: inline;
        padding: 0;
        text-transform: capitalize !important;
    }

/* -----------------------------------------------------------------------------*/
/* 4.BREADCRUMB and CURRENCY AREA CLASSES
/* -----------------------------------------------------------------------------*/
#checkout_crumb .crumb { color:#000; font-size:14px; font-weight:normal; padding:0 0 30px; font-weight:bold; }
#checkout_crumb .crumb a { text-decoration:none; color:#000; font-size:11pt; font-weight:normal; font-weight:bold; }
#checkout_crumb .crumb a:hover { text-decoration:underline; }
#checkout_crumb .crumb .on { color:#dd5901; font-weight:bold; }
.step_on { color:#06E; }
.step_arrow { background:transparent url('../images/colors/color1/bar.gif') no-repeat; height:14px; width:16px; display:inline-block; }
#checkout_crumb .continue_shopping { float:right; padding-right:8px; padding-top:15px; }
#WC_SingleShipmentSummary_div_4 { padding:0 !important; }

/* -----------------------------------------------------------------------------*/
/* 5.MAIN CONTENT CLASSES
/* -----------------------------------------------------------------------------*/
#content_wrapper { width:950px; padding:0; margin:0 auto; margin-bottom:7px; overflow:hidden; }
#main_content_wrapper { width:100%; padding:25px 0 0; margin:0 auto; }
#content_wrapper_border { width:945px; padding:0; margin:0 auto; margin-bottom:7px; margin-top:5px; overflow:hidden; border:solid 1px #c0dcf2; }
#body588 { width:588px; float:left; }
#body759 { width:759px; float:left; }
#body950 { width:950px; float:left; min-height:1040px; }
#content { width:100%; float:left; }
#content588 { width:588px; float:left; padding-top:1px; }
#content_wrapper_box { width:100%; }
.container-top { border-top:2px solid #E0E0E0; }

/* -----------------------------------------------------------------------------*/
/* 6.HOME PAGE CLASSES
/* -----------------------------------------------------------------------------*/
#Shop_Categories { float:left; margin:20px 0; width:100%; }
#Shop_Categories div { float:left; }

/* -----------------------------------------------------------------------------*/
/* 7.ACCOUNT SIDEBAR
/* -----------------------------------------------------------------------------*/
.account-sidebar {
    float: left;
    font-size: 16px;
    padding: 30px 0;
    width: 240px;
}
	.account-sidebar a,
	.account-sidebar p,
	.account-sidebar div,
	.account-sidebar li,
	.account-sidebar span {
	    font-size: 12px;
	     
	}
	.account-sidebar ul {
	    font-weight: bold;
	    margin: 20px 0;
	}
		.account-sidebar li ul {
		    margin: 10px 0;
		}

	.account-sidebar li {
	    margin: 0 0 3px 5px;
	}

	.account-sidebar .heading {
	    border-bottom: 1px solid #E0E0E0;
	    color: #666;
	    margin-left: 0;
	    padding: 5px 0 0 10px;
	}
		.account-sidebar .heading + li a{
		    margin-left: 10px;
		}

	.account-sidebar .sub-link span {
	    float: right;
	    margin: 0 5px 0 0;
	}

	.account-sidebar h2 {
	    margin: 0 0 10px;
	}

/* -- Zero Search Results -- */
input[type="text"].no-search-txt { border-radius:0; border:1px solid #E0E0E0; width:400px; margin:0 10px; }
.no-result-message.top { text-transform:none; margin:0; }
.try-again { text-transform:none; padding-top:2px; font-weight:normal; }
.did_you_mean { color:#565656; font-weight:bold; font-size:15px; display:block; margin-bottom:20px; }
#searchPageDiv { margin:20px 0 10px; }
#searchPageDiv a { padding:5px 40px; }
#Search_Result_Summary table { min-width:600px; }
#Need_Help { float:right; padding:10px 50px 10px 20px; border-radius:10px; border:1px solid #E0E0E0; margin:0 0 30px;}
#Need_Help h2 { text-transform:none; }

/* -----------------------------------------------------------------------------*/
/* 8.RIGHT SIDE CLASSES
/* -----------------------------------------------------------------------------*/
#right_container { border-left:1px solid #E0E0E0; float:left; padding:15px 0 30px 30px; width:749px; margin:0 0 25px; min-height:125px; }
.ORDER_HISTORY #right_container { float:left; padding:15px 0 30px 30px; width:750px; margin:0 0 25px; min-height:125px; }
#right_nav { width:192px; padding:0 0 3500px 6px; margin:0 0 -3500px 0; float:right; }
#right_nav .home_sidebar_container { background-color:#d2e9fb; width:192px; padding:0 0 3510px 0; margin:0 0 -3500px 0; }
#right_nav .home_sidebar_content { border:solid 1px #c0dcf2; padding:4px 0 3500px 4px; margin:0 0 -3500px 0; }
#compare { width:192px; margin:0; padding:0; }
#compare .compare_top { background:transparent url('../images/colors/color1/compare_top.png') no-repeat; width:192px; height:5px; font-size:1px; /* fixes ie space bug */ }
#compare .compare_content_top { background:transparent url('../images/colors/color1/compare_content_top.png') no-repeat; width:192px; height:3px; font-size:1px; /* fixes ie space bug */ }
#compare .compare_content_bottom { background:transparent url('../images/colors/color1/compare_content_bottom.png') no-repeat; width:192px; height:3px; font-size:1px; /* fixes ie space bug */ }
#compare .compare_bottom { background:transparent url('../images/colors/color1/compare_bottom.png') no-repeat; width:192px; height:5px; font-size:1px; /* fixes ie space bug */ }
#compare .items { margin:0 auto; width:180px; text-align:center; padding-top:5px; padding-right:5px; }
#compare .toptext { padding:0 4px 2px 8px; color:#007dc6; background:url('../images/colors/color1/compare_top_tile.png'); }
#compare .contentarea { background:url('../images/colors/color1/compare_content_tile.png'); margin:0 auto; text-align:left; }
#compare .footerbuttons { padding:4px 4px 0 4px; background:url('../images/colors/color1/compare_top_tile.png'); background-repeat:repeat-y; text-align:right; }
#compare #button { float:right; margin-bottom:-6px; }
#compare .compare_info { display:none; }
#compare #compareDropZoneImg { padding:5px; }
#compare .empty_compare_zone { padding-top:10px; padding-bottom:10px; }
.email_ad { padding:6px 0 0 0; }
#wishlist { width:192px; padding:0 0 3px 0; font-size:10px; color:#59677d; }
#wishlist .form_length { width:170px; }
#wishlist .header { background:url('../images/colors/color1/recommend_top.png') no-repeat; padding:6px 4px 4px 8px; height:100%; }
#wishlist .side_footer { background:transparent url('../images/colors/color1/recommend_bot.png') no-repeat; width:192px; height:10px; }
#wishlist .header_text { padding:6px 0 0 0; }
#wishlist .contents { background:url('../images/colors/color1/recommend_tile.png'); background-repeat:repeat-y; padding:6px 4px 8px 8px; }
#wishlist .contents .text { width:175px; }
#right_nav .ads img { padding-bottom:5px; }
#right_nav .rightads img { padding-bottom:0; } 

/* -----------------------------------------------------------------------------*/
/* 10.FORM CLASSES
/* -----------------------------------------------------------------------------*/
.drop_down_language_select { height:20px; padding:1px 0 1px 0; }
.drop_down { height:20px; padding:2px 0 1px 0; margin-bottom:9px; }
.drop_down_registration { height:20px; padding:2px 0 1px 0; margin-bottom:9px; }
.drop_down_shipment { height:20px; padding:2px 0 1px 0; margin-bottom:1px; }
.drop_down_country { height:20px; padding:2px 0 1px 0; margin-bottom:9px; }
.drop_down_checkout { height:20px; padding:2px 0 1px 0; margin-bottom:9px; width:185px; }
.drop_down_adv_search { height:21px; padding:2px 0 1px 0; margin-bottom:9px; }
.form_input { width:185px; }
.same_as_billing_checkbox { position:relative; margin-left:-10px; }
.required-field { width:8px; color:#d90101; padding-top:2px; }
.required-field1 { color:#d90101; }
.required-field-text { font-size:9px; }
.required-field_wishlist { float:left; width:8px; color:#d90101; padding-top:2px; }
.wishlist_side_space { padding-left:8px; }
.radio { width:13px; height:13px; border:none; vertical-align:middle; background-image:none; background-color:#ffffff; border:none; }
.radio_text { line-height:10px; }
.radio_label { float:left; padding-left:4px; padding-top:0; vertical-align:middle; }
.checkbox { padding-bottom:3px; margin-top:3px; margin-right:4px; width:13px; height:13px; border:none; vertical-align:middle; line-height:0; }
.checkbox .text { line-height:10px; }
.checkbox_left_label { float:left; }
.checkbox_label { /* remove this so that the string is wrapped when it is really long.float:left; */padding-left:4px; padding-top:3px; vertical-align:middle; }
.checkbox_label_registration { /* remove this so that the string is wrapped when it is really long.float:left; */ padding:3px 0 0 10px; vertical-align:middle; }
.form_2column { padding:15px 12px 0 12px; }
.form_2column .align { padding-bottom:10px; }
.form_2column .column { width:335px; float:left; }
.form_2column .column_registration { width:500px; float:left; }
.form_2column .birthdayColumn { float:left; margin-right:2px; }
.form_img { margin-bottom:1px; }
.label_right { padding-left:2px; }
.addressForm.emailDropDown { margin-bottom:10px; }

#rightNowContainer { width:100%; }
#rightNow_container > #faqs .rn_Paginator > a ~ a:after { top:4px; }
#rightNow_container > #contact_us .subject { border-top:1px solid #E0E0E0; margin-bottom:20px;  }
#rightNow_container > #contact_us label { height:25px; }
#rightNow_container > #contact_us select.state { height:28px !important; margin-top:10px; padding:5px 3px; width:70px; }
#rightNow_container > #contact_us select.subject { height:28px !important; padding:5px 3px; margin-bottom:5px; }

/* -----------------------------------------------------------------------------*/
/* 11.BUTTON CLASSES
/* -----------------------------------------------------------------------------*/
.button_footer_line { padding-top:10px; float:left; }
.button_footer_line .left { padding-left:5px; }
.button_side_message { padding-left:8px; float:right; }
.main_quickinfo_button { position:relative; padding-left:3px; margin-top:-25px; overflow:hidden; /*hide the buttons on load. The visibilities the buttons will be overwritten by an in-line style*/visibility:hidden; width:100px; }
.compare_quickinfo_button { position:relative; text-align:left; padding-left:4px; margin-top:-20px; overflow:hidden; /*hide the buttons on load. The visibilities the buttons will be overwritten by an in-line style*/visibility:hidden; }
/**.rightside_quickinfo_button { position:relative; --padding-right:50px; margin-top:-20px; --float:left; margin-left:-4px; width:88px; visibility:hidden; }*/
.rightside_quickinfo_button { position:relative; margin-top:-20px; margin-left:-4px; width:88px; /*hide the buttons on load. The visibilities the buttons will be overwritten by an in-line style*/visibility:hidden; }
/*******/

/* -----------------------------------------------------------------------------*/
/* 12.PRODUCT CLASSES
/* -----------------------------------------------------------------------------*/
#four-grid,#four-grid-wishlist,#four-grid-espot { width:585px; min-width:585px; padding-right:10px; margin:0; vertical-align:top; }
#four-grid td,#four-grid-wishlist td,#four-grid-espot td { width:25%; }
#four-grid .item,#four-grid-wishlist .item,#four-grid-espot .item { padding:10px 5px 3px 5px; vertical-align:top; }
#four-grid .item .image,#four-grid-wishlist .item .image,#four-grid-espot .item .image { padding:2px 0; text-align:center; width:100px; }
#four-grid .item .add_to_cart,#four-grid-wishlist .item .add_to_cart,#four-grid-espot .item .add_to_cart { text-align:right; width:140px; }
#four-grid .item .information,#four-grid-wishlist .item .information,#four-grid-espot .item .information { width:300px; }
#four-grid .item .information h3,#four-grid-wishlist .item .information h3,#four-grid-espot .item .information h3 { font-size:10px; font-weight:bold; padding-right:7px; width:300px; }
#four-grid .item .information p,#four-grid-wishlist .item .information p,#four-grid-espot .item .information p { width:300px; }
#four-grid .item .container,#four-grid-wishlist .item .container,#four-grid-espot .item .container { background-image:url("../images/colors/color1/product_grid_td_dotted_line.png"); background-repeat:repeat-y; padding-top:1px; }
#four-grid .container_links,#four-grid-wishlist .container_links,#four-grid-espot .container_links { background-image:url("../images/colors/color1/product_grid_td_dotted_line.png"); background-repeat:repeat-y; padding:5px 0 0 15px; }
#four-grid .container_links a,#four-grid-wishlist .container_links a,#four-grid-espot .container_links a { text-decoration:underline; }
#four-grid .container_links a:hover,#four-grid-wishlist .container_links a:hover,#four-grid-espot .container_links a:hover { text-decoration:none; }
#four-grid .container_links_first,#four-grid-wishlist .container_links_first,#four-grid-espot .container_links_first { padding:5px 0 0 15px; }
#four-grid .container_links_first a,#four-grid-wishlist .container_links_first a,#four-grid-espot .container_links_first a { text-decoration:underline; }
#four-grid .container_links_first a:hover,#four-grid-wishlist .container_links_first a:hover,#four-grid-espot .container_links_first a:hover { text-decoration:none; }
#four-grid .item .compare,#four-grid-wishlist .item .compare,#four-grid-espot .item .compare { padding-left:5px; padding-top:8px; }
#four-grid .item .description,#four-grid-wishlist .item .description,#four-grid-espot .item .description { height:60px; padding-top:5px; padding-left:5px; }
#four-grid .item .price,#four-grid-wishlist .item .price,#four-grid-espot .item .price { height:35px; padding-left:3px; font-size:12px; font-family:arial, helvetica, sans-serif; }
#four-grid .item .list_view_price,#four-grid-wishlist .item .list_view_price,#four-grid-espot .item .list_view_price { font-weight:bold; text-align:right; width:60px; font-family:arial, helvetica, sans-serif; }
#four-grid .item .button,#four-grid-wishlist .item .button,#four-grid-espot .item .button { padding-left:5px; margin-bottom:8px; }
#four-grid .item .button .multiple_buttons,#four-grid-wishlist .item .button .multiple_buttons,#four-grid-espot .item .button .multiple_buttons { height:24px; }
#four-grid .divider_line,#four-grid-wishlist .divider_line,#four-grid-espot .divider_line { background-image:url("../images/colors/color1/product_grid_tr_line.png"); background-repeat:no-repeat; height:3px; }
#three-grid td.item { padding:25px 7px 3px 7px; text-align:center; vertical-align:top; }
#four-grid .item img,#four-grid-wishlist .item img,#four-grid-espot .item img { padding:6px 5px 6px 5px; vertical-align:top; }
.fastfinderhover { background-image:url("../images/colors/color1/transparent.gif"); background-repeat:no-repeat; display:block; padding-top:1px; margin-top:-1px; background-position:3px 0; }
.fastfinderhover:hover { background-image:url("../images/colors/color1/product_hover_background.png"); background-repeat:no-repeat; display:block; padding-top:1px; margin-top:-1px; background-position:3px 0; }
.listPrice { /*fix Japense YEN */font-family:arial, helvetica, sans-serif; text-decoration:line-through #cd0505; font-weight:normal; }
td.item .brand { padding:8px 0 0 0; }
td.item .price { font-weight:bold; }
td.item .listPrice { font-weight:bold; text-decoration:line-through; }
tr.button { text-align:center; }
.scrollPaneDescription { padding-top:5px; height:45px; overflow:hidden; }
.scrollPanePrice { height:35px; font-weight:bold; font-family:arial, helvetica, sans-serif; }
#horizontal_grid { margin:0 auto; width:585px; padding-right:10px; }
.results_grid .item_container { width:953px;}
#product_list_container.clPLP .results_grid .item_container { overflow: hidden;}
#horizontal_grid tr.item_container td { padding:10px 5px 3px; }
#horizontal_grid tr.item_container td.divider_line { background-image:url("../images/colors/color1/product_grid_tr_line.png"); background-repeat:no-repeat; height:3px; }
#horizontal_grid tr.item_container td.image { padding:2px 0; text-align:center; width:100px; }
#horizontal_grid tr.item_container td.image img { position:relative; left:-5px; top:-15px; }
#horizontal_grid tr.item_container td.information { width:230px; }
#horizontal_grid tr.item_container td.information p { width:230px; }
#horizontal_grid tr.item_container td.information h3 { font-size:10px; font-weight:bold; padding-right:7px; width:230px; }
#horizontal_grid tr.item_container td.price { font-weight:bold; text-align:right; width:60px; white-space:nowrap; }
#horizontal_grid tr.item_container td.price span.price { font-weight:bold; text-align:right; width:60px; white-space:nowrap; }
#horizontal_grid tr.item_container td.price .price { /*fix Japanese YEN */font-size:12px; font-family:arial, helvetica, sans-serif; font-weight:bold; text-align:right; width:60px; }
#horizontal_grid tr.item_container td.add_to_cart { text-align:right; width:130px; }
.attribute_list { margin-bottom:8px; }
.results_grid { float:none; width:100%; }

.similar-frames .listPrice { display:none; }
.similar-frames .thumbnail-add-to-cart { display:none; }

/** ADD TO CART MODAL **/
.add-to-cart-lens .add-to-cart-frame-only {display:none !important; }
.add-to-cart-contacts .add-to-cart-frame-only {display:none !important; }

.add-to-cart-frame .add-to-cart-lens-only {display:none !important; }
.add-to-cart-contacts .add-to-cart-lens-only {display:none !important; }

.add-to-cart-frame .add-to-cart-contacts-only {display:none !important; }
.add-to-cart-lens .add-to-cart-contacts-only {display:none !important; }

/* -----------------------------------------------------------------------------*/
/* 13.ORDERdETAILS TABLE
/* -----------------------------------------------------------------------------*/
.order_status_table.ul { list-style:none; margin:0; padding:0; }
.order_status_table.li { float:left; padding:3px 5px; }
.order_status_table.clear_float { float:none; font-size:0; padding:0; }
.order_status_table.column_heading { border-bottom:1px solid #c9d3de; border-top:1px solid #c9d3de; font-weight:bold; }
.order_status_table.row { border-bottom:1px solid #c9d3de; }
.order_status_table.row.li { padding:6px 5px; }
.order_status_table.row.clear_float { padding:0; }
.order_status_table.order_number_column_1 { width:15%; }
.order_status_table.order_date_column_1 { width:13%; }
.order_status_table.status_column_1 { width:22%; }
.order_status_table.total_price_column_1 { text-align:right; width:12%; }
#PreviouslyProcessed { padding-right:10px; }
#WaitingForApproval { padding-right:10px; }
#Scheduled { padding-right:10px; }
.order_status_table.purchase_order_column_1 { width:15%; }
.order_status_table.option_1 { width:14%; }
.order_status_table.order_number_column_2 { width:27%; }
.order_status_table.last_updated_column_2 { width:27%; }
.order_status_table.purchase_order_column_2 { width:18%; }
.order_status_table.total_price_column_2 { text-align:right; width:18%; }
.order_status_table.order_number_column_3 { width:30%; }
.order_status_table.purchase_order_column_3 { width:20%; }
.order_status_table.next_order_date_column_3 { width:20%; }
.order_status_table.total_price_column_3 { text-align:right; width:20%; }
.order_status_table.option_3 { width:24%; }
.order_status_table.option_button { float:right; }
.order_status_table.option_button span.primary_button span.button_container span.button_top span.button_bottom a { position:static; }
.order_status { background:#fff url('../images/colors/color1/product_tab_box_tile2.png') repeat-y; padding-bottom:0; width:100%; }
.order_status .info { padding:5px 11px 0 14px; line-height:15px; }
.order_status .tabfooter { background:url('../images/colors/color1/product_tab_box_footer2.png'); background-repeat:no-repeat; height:14px; }
#orderItemDisplay { color:#59677D; font-size:14px; font-weight:normal; padding:15px 7px 7px 14px; }
#orderItemDisplay .breadcrumb_item { float:right; padding:0 0 0 0; }
#purchase_options { border-top:1px solid #C9D3DE; padding:5px 0 0 6px; }#purchase_options input { border:none; background-color:unset; vertical-align:middle; }#purchase_options label { padding-right:15px; }
#purchase_options label img { padding-right:5px; vertical-align:middle; }

.itemsContainer,
.itemsContainer * {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.itemsContainer {
	width: 720px;
	overflow: hidden;
	position: relative;
	float: left;
}
.summary .itemsContainer,
.Confirmation .itemsContainer {
	width: 600px;
}
	.itemsContainer .itemHeader {
		
	}
	.itemsContainer .detailsHeader{
		width: 55%;
		position: absolute;
		right: 0; top: 0;
	}
	.itemsContainer .detailsHeader > div {
		width: 33.3%;
		float: left;
		text-align: right;
	}
		.itemsContainer .detailsHeader > div p,
		.itemsContainer .itemHeader > div p {
			color: #666;
			font-size: 20px;
			font-weight: normal;
			 
		}
	.itemsContainer .itemContainer{
		clear: both;
		/*overflow: hidden;*/
		margin: 35px 0 10px;
		position: relative;
		font-size: 14px;
	}
	.itemsContainer .itemContainer.lensesRow{
		margin: 25px 0 25px;
		overflow: hidden;
	}
		.itemsContainer .itemContainer .editPrescriptionsLink {
			bottom: -25px;
    		position: absolute;
		}
		.itemContainer .info .remove_link {
    		margin-bottom: 10px;
		}
		.itemsContainer .itemContainer .info > p,
		.itemsContainer .itemContainer .info > div:not(.img) {
			padding-left: 165px;
		}
		.itemsContainer .itemContainer .info > .add-to-wish-list {
			clear: left;
			padding: 5px 0 0;
		}
		.itemsContainer .itemContainer .info > div.addPrescriptionButton {
			padding:0;
			clear: left;
		}
		.itemsContainer .itemContainer .info div.editPrescriptionsLink,
		.itemsContainer .itemContainer .info div.contactsSpecs {
			padding-left: 0;
			padding-top: 23px;
		}
		.Confirmation .itemsContainer .itemContainer .info div.contactsSpecs,
		.summary .itemsContainer .itemContainer .info div.contactsSpecs {
			padding-top: 45px;
		}
		
		.itemsContainer .itemContainer .img {
			float: left;
			max-width: 160px;
			width: 100%;
		}
			.itemsContainer .itemContainer .img img,
			.itemsContainer .itemContainer .img a {
				display: block;
			}
		.itemsContainer .itemContainer .info {
			float: left;
			width: 22%;
			margin-right: 3%;
		}
			.itemsContainer .itemContainer .info img{
				max-width: 100%;
			}
		.itemsContainer .itemContainer .info .addPrescriptionLenses {
			padding: 15px 0 0 0 !important;
			clear: left;
		}
			.itemsContainer .itemContainer .cartItemTitle,
			.itemsContainer .itemContainer .cartItemTitle a {
				text-transform: capitalize;
				font-size: 19px;
				color: #C00;
				text-decoration: none;
				font-weight: normal;
			}
			.itemsContainer .itemContainer .info > table {
				float: left;
				clear: left;
				/*margin-top: 20px;*/
			}
				.itemsContainer .itemContainer .info > table td,
				.itemsContainer .itemContainer .info > table th {
					text-align: left;
				}
		.itemsContainer .itemContainer .addPrescriptionButton,
		.itemsContainer .itemContainer .addPrescriptionLenses {
			clear: both;
		}
		.itemsContainer .itemContainer .warranty {
			margin: 0 0;
			clear: both;
		}
			.itemsContainer .itemContainer .warranty a {
				display: inline;
				line-height: 1.2;
			}
			.itemsContainer .itemContainer .warranty label {
				line-height: 1px;
			}
			.itemsContainer .itemContainer .extraInfo > table {
				float: left;
				clear: left;
				margin-top: 20px;
			}
		span.warrantyLinkConfirmation {
			display: block;
			clear: both;
		}
		.itemsContainer .itemContainer .productTitleDetails {
			float: left;
			width: 170px;
		}
		.itemsContainer .itemContainer .contactLensesQPS {
		    width: 100%;
		    clear: both;
		    overflow: hidden;
		}
		.itemsContainer .itemContainer .addonsQPS,
		.itemsContainer .itemContainer .leftEyeQPS {
			clear: right;
		}
		.itemsContainer .itemContainer .framesQPS,
		.itemsContainer .itemContainer .lensQPS,
		.itemsContainer .itemContainer .addonsQPS {
			width: 75%;
			float: right;
			clear: right;
			text-align: right;
			padding: 5px 0;
		}
		.itemsContainer .itemContainer .rightEyeQPS,
		.itemsContainer .itemContainer .leftEyeQPS {
			text-align: right;
			padding: 5px 0;
			overflow: hidden;
		}
			.itemsContainer .itemContainer .framesQPS > div,
			.itemsContainer .itemContainer .lensQPS > div,
			.itemsContainer .itemContainer .addonsQPS > div,
			.itemsContainer .itemContainer .rightEyeQPS > div,
			.itemsContainer .itemContainer .leftEyeQPS > div {
				width: 33.3%;
				float: left;
				text-align: right;
			}
			.itemsContainer .itemContainer .rightEyeQPS > div,
			.itemsContainer .itemContainer .leftEyeQPS > div {
				width: 18%;
				padding: 35px 0 0 0;
			}
			.itemsContainer .itemContainer .rightEyeQPS > div:first-child,
			.itemsContainer .itemContainer .leftEyeQPS > div:first-child {
				width: 46%;
				padding: 0;
			}
			.itemsContainer .itemContainer .framesQPS > div,
			.itemsContainer .itemContainer .lensQPS > div,
			.itemsContainer .itemContainer .addonsQPS > div {
				width: 25%;
				text-align: right;
			}
			.itemsContainer .itemContainer .framesQPS > div:first-child,
			.itemsContainer .itemContainer .lensQPS > div:first-child,
			.itemsContainer .itemContainer .addonsQPS > div:first-child {
				text-align: left;
			}
		.itemsContainer .itemContainer .contactsSpecs {
			width: 350px;
			float: left;
			clear: left;
		}
			.itemsContainer .itemContainer .contactsSpecs > div {
				width: 100%;
				overflow: hidden;
				clear: both;
				padding: 5px 0;
			}
			.itemsContainer .itemContainer .contactsSpecs > div:first-child {
				text-align: left;
			}
				.itemsContainer .itemContainer .contactsSpecs > div h2 {
					font-size: 16px !important;
					font-weight: normal;
					color: #666 !important;
					text-transform: lowercase !important;
				}
				.itemsContainer .itemContainer .contactsSpecs > div > div {
					text-align: center;
				}
				.itemsContainer .itemContainer .contactsSpecs > div > div {
					float: left;
					width: 16.6%;
				}
					.itemsContainer .itemContainer .contactsSpecs > div > div span {
						display: block;
						font-size: 14px;
					}
					.itemsContainer .itemContainer .contactsSpecs > div > div span:first-child {
						font-weight: bold;
						text-transform: capitalize;
					}

.thankyouHeader {
	font-size: 54px;
	color: #999;
	margin: 10px 0;
}
	.thankyouHeader + p { 
		color: #666666;
	    font-size: 19px;
	    margin: 0 0 25px;
	}
.Confirmation .signup {
	text-align: left;
}
	.Confirmation .signup p {
		 
		font-size: 14px;
		color: #666;
	}
	.Confirmation .signup a.round-button {
		display: inline-block;
		margin: 15px 15px 0 0;
		float: none;
	}

#total_breakdown { position:relative; }

.content_footer { padding:20px 0 0; clear:both; }
.content_footer a { float:right; }
.content_footer.is_billing a { float:left; }
.content_footer .unregistered a { float:none; }
.content_footer a.back { margin:8px 5px 0 0; font-size:12px; }
.content_footer a.back.billing_link { margin-left:182px; }
.content_footer.order_summary_footer { padding-top:15px !important; margin-left:190px !important; }
.content_footer.order_summary_footer a { float:left; }

.shop-display { width:98%; }
.shop-display .update-container { float:right; width:520px; }

#productdiscount-hover-contents { display:none; }
.shop-display div.update { float:right; clear:none; margin:20px 0 0; }
.shop-display #total_breakdown #order_total .order_total { font-size:18px; color:#666; vertical-align:bottom; }
.shop-display #total_breakdown #order_total .estimated-cost { font-size:20px; color:#666; font-weight:bold; }
.shop-display .content_footer { clear:both; float:left; margin-left:20px;  padding:0 0 30px; }
.shop-display .content_footer.thank_you { margin-left:25px; padding:15px 0 30px; }
.shop-display .button_side_message { margin-bottom:10px; position:relative; top:6px; }

#promo { clear:both; float:right; padding:40px 0; width:390px; }
#promo label { color:#000000; font-size:14px; font-weight:bold; margin:0 3px 0 0; }
#promo input[type="text"] { width:250px; }
#promo .whats-this { clear:both; position:relative; }
#promo .whats-this a { float:left; margin:5px 0 0 134px; }
a:hover + .popup, a:hover + css3-container + .popup { display:block; }
#promo .round-button { clear:both; float:right; margin:5px 0 0; }
#promo .popup { left:140px; bottom:0; }
#redCardBox { clear:both; float:right; position:relative; top:-20px; }
.whats-this .popup { bottom:30px; }
.whats-this.pd .popup { bottom:44px; left:270px; }

.popup { display:none; position:absolute !important; width:150px; background-color:#FFF; border:1px solid #CCC; padding:10px; font-size:11px; -webkit-box-shadow:0px 0 4px 1px #CCCCCC; box-shadow:0px 0 4px 1px #CCCCCC; bottom:0; text-align:left; }
.popup .arrow { border-left:8px solid transparent; border-right:8px solid transparent; border-top:8px solid #FFF; position:absolute !important; bottom:-8px; left:50%; margin:0 0 0 -4px; }

#faq_link, a#customerCare_link { margin:0 0 5px; padding-left:8px; padding-right:4px; }
a#customerCare_link { border-right:1px solid #CCC; }
.crumb { margin:0 0 30px; }
#productdiscountDetailsSection .question { position:relative; }
#productdiscountDetailsSection .popup { bottom:25px; left:-82px; font-weight:normal; }
#shipping_col2 #productdiscountDetailsSection .popup { left:-65px; }

/* Added by development - change order total section to use table instead of divs */
#total_breakdown .total_figures img { position:relative; top:6px; }
#total_breakdown .total_figures div { position:relative; }
#total_breakdown .total_figures .popup { left:-84px; bottom:10px; }

#discountDetailsSection.question { position:relative; float:left; }
#discountDetailsSection.question .popup { bottom:25px !important; left:-112px !important; text-align:center; width:210px; text-transform:none; }
#discountDetailsSection.question .popup p { float:right; } 
#discountDetailsSection.question .popup p.title { float:left !important; }
#discountDetailsSection.question .arrow { left:50%; }
#discountDetailsSection.question span:hover + .popup { display:block; bottom:27px; left:-46px; }

#shopping_cart #discountDetailsSection span#discountDetails { position:relative; top:-2px; }
#shipping_col2 #discountDetailsSection span#discountDetails { position:relative; top:7px; float:left; }

.strong_content { color:#dd5901; }
/* end - Added bydevelopment */
#total_breakdown #promotions { float:right; padding-right:20px; padding-top:3px; }
.shop-display #total_breakdown #promotions { display:none; }
#total_breakdown .promotion_code { float:left; height:23px; padding-right:4px; padding-top:3px; }

.round-button.cartBtn { left:0; }
a.continue { font-size:14px; display:inline-block; margin:5px 0 0 15px; position:relative; top:10px; } 

a.font1 { color:#0055ad; }
.font1 { font-size:10px; }
#total_breakdown .promotion_input { float:left; height:23px; padding-right:5px; }#total_breakdown .promotion_input input { height:16px; }
#total_breakdown .promotion_button { float:left; vertical-align:middle; height:23px; }
#total_breakdown .promotion_button span { }
#total_breakdown .promotion_used { clear:both; float:left; padding-right:5px; text-align:left; }
#total_breakdown .promotion_delete { float:right; width:80px; padding-left:3px; text-align:left !important; }
#total_breakdown .details { float:right; padding-right:14px; }
#total_breakdown .figures { float:right; }
#total_breakdown .order_total { font-weight:bold; }
#customers_new_or_returning { float:right; padding-top:15px; }
#customers_new_or_returning .returning { float:right; text-align:left !important; padding:10px 0 0 20px; width:220px; border-left:solid 1px #c9d3de; }
#customers_new_or_returning .returning_button { float:right; text-align:left !important; padding:10px 0 0 20px; width:220px; border-left:solid 1px #c9d3de; }
#customers_new_or_returning .new { float:right; padding:10px 20px 0 0; text-align:left !important; width:220px; }
#customers_new_or_returning .new_button { float:right; padding:10px 20px 0 0; text-align:left !important; width:220px; }
.top_border { border-top:1px solid #c9d3de; float:right; width:485px; }
#shipping { padding-left:0; }
#shipping .shipping_address_MS_shipping_info_page { float:left; padding:0 50px 5px 3px; }
#shipping .shipping_method_MS_shipping_info_page { float:left; padding:0 0 5px 3px; }
#shipping .shipping_method .dropdown { padding-bottom:0 !important; }
#shipping .shipping_method2 { float:left; padding:10px 20px 5px 3px; }
#store_button { width:50px; vertical-align:bottom; line-height:25px; }
#shipping .shipping_address_nested { float:left; padding:0; }
#shipping .shipping_method_nested { float:left; padding:0; }
#shipping .shipping_method .dropdown { padding-bottom:5px; }
#shipping .shipping_method .checkbox .element { padding:0 0 0 0; margin:0; border:none; }
#shipping .shipping_method .checkbox .text { font-size:10px; vertical-align:20%; padding-bottom:5px; color:#404040; }
#billing p.price, .billing p.price { font-family:arial,helvetica,sans-serif; /*fixed Japanese Yen*/ }
#billing th, .billing th { /*border-bottom:1px solid #c9d3de; */height:18px; vertical-align:top; padding:0 7px 0 7px; }
#billing th, td, .billing th, td { vertical-align:top; }
#billing td, .billing td { padding:6px 7px 6px 7px; vertical-align:top; /*border-bottom:1px solid #c9d3de; */ }
#billing .billing_address_container, .billing .billing_address_container { float:left; }
#checkoutsms { padding-left:0; }
#checkoutsms .countryselect { float:left; padding:10px 50px 5px 3px; }
#checkoutsms .smsphone_number { float:left; padding:10px 0 5px 3px; }
#location { padding-left:0; }
.location_container { border-right:1px solid #c9d3de; float:left; padding-right:10px; }
.postalcode_container { padding-left:25px; float:left; }
#location .location_select { margin-right:15px; float:left; }
#location .location_select_label { font-size:11px; padding-bottom:3px; }
#location .location_option_label { padding-left:25px; padding-right:10px; font-size:11px; }
#location .location_select_form { padding-right:5px; }
#location .location_select_button { padding-left:5px; margin-left:5px; display:block; }
.unregistered { height:30px; }

.content_footer.checkoutAddress { float:left; padding:5px 0 20px; }
#centered_single_column_form { width:240px; padding-left:370px; padding-right:25px; }
#centered_single_column_form_footer { padding-left:369px; padding-right:25px; padding-top:10px; }
#left_single_column_form_footer { padding-top:10px; }

#CVVDetailsSection.question { position:relative; float:left; text-transform:none; }
#CVVDetailsSection.question .popup { width:265px; left:-20px !important; bottom:20px !important; }
#CVVDetailsSection.question .arrow { left:18%; }
#CVVDetailsSection.question a:hover + .popup { display:block; bottom:20px; left:10px; }

.visaCVV2 { position:relative; bottom:5px; }
.shopcart_pagination { float:left; width:100%; }
.order_print_signup { line-height:12px; padding:2px; }
.billing_border { border-top:1px solid #c9d3de; }
.payment_heading { float:left; font-weight:bold; width:150px; }
#purchase_order { padding-top:10px; padding-left:7px; }
#purchase_order title { font-weight:bold; }
#WC_MultipleShipmentDisplay_ShipCharge_Area a { color:#FFFFFF; }
#B2BShippingChargeExt_shipcharge_table { padding:8px 0; width:580px; }
#B2BShippingChargeExt_shipcharge_table.shipcharge_table_row { list-style:none; margin:0; padding:0; }
#B2BShippingChargeExt_shipcharge_table.column_heading { border-bottom:1px solid #c6d0dc; border-top:1px solid #c6d0dc; font-weight:bold; }
#B2BShippingChargeExt_shipcharge_table.shipcharge_table_row.gridcell { float:left; padding:3px 5px; }
#B2BShippingChargeExt_shipcharge_table.shipcharge_table_row.clear_float { float:none; font-size:0; padding:0; }
#B2BShippingChargeExt_shipcharge_table.shipcharge_table_row.shipCharge_shipmode { width:157px; }
#B2BShippingChargeExt_shipcharge_table.shipcharge_table_row.shipCharge_chargeType { width:200px; }
#B2BShippingChargeExt_shipcharge_table.shipcharge_table_row.shipCharge_account { width:180px; }
.shipChargePadding { /*this replaces <br> */ padding-bottom:15px; }
.content-block { background-color:#F2F1F1; float:left; margin:10px 0 0; padding:20px; width:80%; }
.content-block.shipping_method { margin:10px 0; }
.shipping_address.content-block, .billing_method.content-block {margin-top:0;}
.content-block .round-button { width:130px; position:absolute; margin:0 0 10px; }
.content-block .round-button.bottom { bottom:-20px; }
h2.payment {margin-top:5px;}
.color-info .color-frame { float:left; font-size:11px; }
.color-info .color-lens { text-align:right; float:left; font-size:11px; }
.color-info .bt { font-size:11px; font-weight:bold; text-transform:uppercase; }
.shop-display th.hitem { width:434px; }
.shop-display th.hcolor { width:228px; }
.shop-display th.hquantity { width:178px; }
.shop-display th.hprice { width:82px; }

a.try-at-home {position:relative;}

/* -----------------------------------------------------------------------------*/
/* 14.PRODUCT DETAILS TABLE
/* -----------------------------------------------------------------------------*/
.product-detail-old { padding-left:1px; margin:0; }
.product-detail-old .product_images { float:left; width:750px; height:auto; }
.product-detail-old .product_images .product {float:left;}
.product-detail-old .product_images span { padding-bottom:5px; }
.product-detail-old h1 { color:#666; font-size:18px; padding-bottom:0; font-weight:bold; text-transform:capitalize; margin-bottom:15px; }
.product-detail-old .price { font-family:arial,helvetica,sans-serif; height:50px; }
.product-detail-old #price { font-size:42px; color:#000; margin:0 0 5px; float:left; }
.product-detail-old .price.bold {color:#666; font-weight:bold;}
.product-detail-old .price.offerprice {font-size:26px; font-weight:bold;}
.product-detail-old .addToCart, .product-detail-old .tryAtHome {float:left; display:block; height:65px; margin-top:20px; border-bottom:1px dashed #d1d1d1; width:100%; padding-bottom:5px;}
.product-detail-old .addToCart .round-button {padding:8px 55px; margin-bottom:8px;}
.product-detail-old .tryAtHome {margin:10px 0; height:75px; }
.product-detail-old .tryAtHome .round-button {padding:7px 55px; margin:10px 0; float:left;}
.product-detail-old .tryAtHome span {float:left;}
.product-detail-old .rating { height:20px; }
.product-detail-old .rating span.img { vertical-align:middle; }
.product-detail-old span.grey { color:#5b6779; padding-bottom:0; font-weight:normal; font-family:arial, helvetica, sans-serif; }
.product-detail-old .specs { border-right:1px solid #d1d1d1; padding-bottom:0; padding-right:3px; }
.product-detail-old #mainTabContainer .dijitTabContent { display:none; }
.product-detail-old .combo_area { border-top:solid 1px #c6d0dc; width:577px; padding-top:10px; /* added bydevelopment */float:left; }
.product-detail-old .combo_area .scroller { text-align:center; float:left; margin-top:-5px; }
.product-detail-old .combo_area .img { border:solid 1px #c6d0dc; margin-top:-3px; }
.product-detail-old .combo_area .product_image { padding-top:10px; float:left; }
.product-detail-old .combo_area .plus_image { padding:35px 7px 0 7px; float:left; }
.product-detail-old .combo_text { padding-left:5px; padding-right:5px; padding-top:6px; width:330px; float:left; }
.product-detail-old .combo_button { padding-left:5px; padding-right:5px; width:330px; float:left; }
.product-detail-old #free_shipping { border:0; background:none; }
.product-detail-old .styles_container { margin:10px 0 20px; float:left; }
.product-detail-old .styles_container p { font-size:17px; font-weight:bold; margin:0 0 15px; }
.product-detail-old .each_other_style:first-child, .product-detail-old p + .each_other_style { border:none; }
.product-detail-old .each_other_style { border-left:1px dotted #CCC; float:left; min-height:120px; text-align:center; width:160px; }
.product-detail-old .each_other_style .other-price { color:#000; display:block; margin:0 0 10px; font-weight:bold; }

.product-detail,
.product-detail * {
	box-sizing: border-box;
}

.product-detail {
	position: relative;
	width: 100%;
}
	.product-detail table {
		width: 100%;
	}
		.product-detail table td,
		.product-detail table th {
			vertical-align: text-bottom;
		}
	
	.product-detail .product-info {
		padding: 0 30px;
		width: 770px;
	}
		.product-detail .product-info .product-carousel {
			min-height: 370px;
			position: relative;
		}
		
		.product-detail .product-info .product-carousel .controls {
			width:100%;
			position:absolute;
			z-index:100;
			left:26px;
    		bottom:45px;
		}
		
		.product-detail .product-info .product-carousel .controls .control {
			color:#666;
			font-size:18px;
			font-weight:bold;
			display:inline-block;
		}
		
		.product-detail .product-info .product-carousel .controls .control.two {
			margin-left:197px;
		}
		
		.product-detail .product-info .product-carousel .controls .control.three {
			margin-left:212px;
		}
		
		.product-detail .product-info .product-carousel .container.static img,
		.product-detail .product-info .product-carousel .container.static video {
			margin:0 auto;
			display:block;
			width: 650px;
		}
		
		.product-detail .product-info .arrows {
			position: relative;
			width: 100%;
			z-index: 1000;
		}
			.product-detail .product-info .arrows .slideshow-arrow {
				background: transparent center center no-repeat;
				display: block;
				height: 42px;
				position: absolute;
				top: -200px;
				width: 28px;
			}
			
			.product-detail .product-info .arrows .slideshow-arrow.prev {
				background-image: url("../images/buttons/button-arrow-left.png");
				left: 0;
			}
				.product-detail .product-info .arrows .slideshow-arrow.prev:hover {
					background-image: url("../images/buttons/button-arrow-left-hover.png");
				}
			
			.product-detail .product-info .arrows .slideshow-arrow.next {
				background-image: url("../images/buttons/button-arrow-right.png");
				right: 0;
			}
				.product-detail .product-info .arrows .slideshow-arrow.next:hover {
					background-image: url("../images/buttons/button-arrow-right-hover.png");
				}
		
		.product-detail .product-info .views {
			padding: 20px;
			text-align: center;
		}
			.product-detail .product-info .views a {
				box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
				display: inline-block;
				margin: 0 5px;
				overflow: hidden;
				vertical-align: middle;
				width: 50px;
				margin-top: 10px!important;
			}
				.product-detail .product-info .views a.selected {
					border: 2px solid #cd0505;
				}
				
				.product-detail .product-info .views a img {
					margin-top: -4px;
					width: 40px;
				}
				
				.product-detail .product-info .views a.selected img {
					margin-left: -1px;
					margin-top: -6px;
				}
				
				.product-detail .control {
					display:block;
					font-size:14px;
					font-weight:bold;
					color:#666;
				}
				
			.product-detail .product-info .change-colors-views {
				border-radius: 3px;
				overflow: hidden;
			}
				.product-detail .product-info .change-colors-views a.catalog-item-color:not(.selected) {
					margin: 12px 7px;
				}
				
			.product-detail .product-info .favorite-button {
				background: #e2e2e2 url("../images/icon-fav_gray.png") center center no-repeat;
				bottom: 0;
				cursor: pointer;
				height: 100%;
				position: absolute;
				right: 0;
				top: 0;
				width: 65px;
			}
				.product-detail .product-info .favorite-button.favorited,
				.product-detail .product-info .favorite-button:hover {
					background: #e2e2e2 url("../images/icon-fav.png") center center no-repeat;
				}
				
		.product-detail .product-info .specs {
		}
			.product-detail .product-info .specs .longDescription {
				display: inline-block;
				font-size: 28px;
				padding: 20px 20px 20px 0;
				vertical-align: top;
				width: 75%;
			}
			
			.product-detail .product-info .specs .brand-info {
				border-left: 1px solid #e2e2e2;
				display: inline-block;
				padding-left: 10px;
				vertical-align: top;
				width: 20%;
			}
				.product-detail .product-info .specs .brand-info h3 {
					font-size: 18px;
				}
				
				.product-detail .product-info .specs .brand-info img,
				.product-detail .product-info .specs .brand-info a {
					display: block;
				}
				
				.product-detail .product-info .specs .brand-info img {
					width: 136px;
				}
			
			.product-detail .product-info .specs .attributes-table {
				border-spacing: 0;
				margin: 35px 0;
			}
				.product-detail .product-info .specs .attributes-table tr {
				}
				
				.product-detail .product-info .specs .attributes-table td,
				.product-detail .product-info .specs .attributes-table th {
					border-bottom: 1px solid #e2e2e2;
					font-weight: bold;
					padding: 10px 15px;
					position: relative;
					text-align: left;
				}
				
				.product-detail .product-info .specs .attributes-table th {
					font-size: 24px;
					position: relative;
				}
					.product-detail .product-info .specs .attributes-table th img {
						bottom: 5px;
						left: 10%;
						position: absolute;
						width: 80%;
						z-index: 2;
					}
					
					.product-detail .product-info .specs .attributes-table th:first-child:after {
						background: rgba(0,0,0,0.1);
						-webkit-border-radius: 50%;
						-moz-border-radius: 50%;
						border-radius: 50%;
						bottom: 3px;
						-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.2);
						-moz-box-shadow: 0 0 6px rgba(0,0,0,0.2);
						box-shadow: 0 0 6px rgba(0,0,0,0.2);
						content: " ";
						display: block;
						height: 6px;
						left: 50%;
						margin-left: -50px;
						opacity: 0.75;
						position: absolute;
						width: 100px;
						z-index: 1;
					}
					
					.product-detail .product-info .specs .attributes-table th .model-in-table {
						font-weight: normal;
					}
				
				.product-detail .product-info .specs .attributes-table td {
					font-size: 20px;
				}
				
				.product-detail .product-info .specs .attributes-table td:first-child,
				.product-detail .product-info .specs .attributes-table th:first-child {
					background: #f5f5f5;
					font-size: 18px;
					font-weight: normal;
					width: 33%;
				}
				
				.product-detail .product-info .specs .attributes-table td:nth-child(3) {
					font-size: 14px;
					font-weight: normal;
					padding: 5px;
					width: 40%;
				}
				
		.product-detail .product-info .specs h3 {
			font-size: 18px;
		}
		
		.product-detail #others {
			padding:30px;
		}
		
		.product-detail #others h3 {
			font-size:25px;
			margin:0 0 30px;
		}
				
		.product-detail .product-info .specs .dimensions-table {
			font-size: 12px;
			margin-bottom: 20px;
			text-align: center;
			text-transform: uppercase;
		}
			.product-detail .product-info .specs .dimensions-table th,
			.product-detail .product-info .specs .dimensions-table td {
				padding-right: 80px;
				width: 33.3%;
			}
			
			.product-detail .product-info .specs .dimensions-table th {
				background: transparent 19px center no-repeat;
				background-size: 120px;
				height: 80px;
				overflow: hidden;
				text-indent: -9999px;
			}
			
			.product-detail .product-info .specs .dimensions-table th.dimensions-lens {
				background-image: url("../images/icons/dimensions-lens-width.png");
			}
			
			.product-detail .product-info .specs .dimensions-table th.dimensions-bridge {
				background-image: url("../images/icons/dimensions-bridge-width.png");
			}
			
			.product-detail .product-info .specs .dimensions-table th.dimensions-temple {
				background-image: url("../images/icons/dimensions-temple-length.png");
			}
			
			.product-detail .product-info .specs .dimensions-table tr.dimension-value td {
				font-size: 48px;
			}
	
	.product-detail .product-options {
		position: absolute;
		right: 0;
		top: 0;
		width: 250px;
	}
		.product-detail .product-options h1 {
			font-size: 27px;
			margin: 0;
			text-transform: none;
		}
		
		.product-detail .product-options h2 {
			color:#565656;
			font-size: 23px;
			font-weight: normal;
			text-transform: none;
			font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
		}
			.product-detail .product-options h2 span {
				font-size: 15px;
			}
		
		.product-detail .product-options .button-flat {
			display: block;
			margin: 10px 0;
			width: auto;
		}
		
		.product-detail .product-options .frame-price {
			font-size: 18px;
			font-family: "HelveticaNeueBold","HelveticaNeue-Bold","Helvetica Neue Bold","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
			font-weight: bold;
			color:#565656;
		}
		
		.product-detail .product-options .price-table {
			margin: 10px 0;
		}
			.product-detail .product-options .price-table td {
				border-top: 2px dotted #e2e2e2;
				border-bottom: 2px dotted #e2e2e2;
				font-size: 18px;
				padding: 10px 0;
				vertical-align: text-bottom;
				color:#565656;
				font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
			}
		
			.product-detail .product-options .price-table td:last-child {
				font-size: 22px;
				font-weight: bold;
				text-align: right;
			}
			.product-detail .product-options .price-table td .total-price{
				font-size:18px;
				font-family: "HelveticaNeueBold","HelveticaNeue-Bold","Helvetica Neue Bold","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
			}
		
		.product-detail .product-options .lens-options {
			margin: 10px 0;
		}
		
		.product-detail .product-options .selected-lenses {
		    background: #f5f5f5;
		    border: 1px solid #d51513;
		    padding: 10px 2%;
		    margin:0 0 10px;
		    float:left;
		    width:100%;
		    font-weight:bold;
		}
		
		.product-detail .product-options .selected-lenses .existing-lens-name {
			float:left;
			width:75%;
		}
		
		.product-detail .product-options .selected-lenses .existing-lens-product-price.red {
			color:#C00;
		}
		
		.product-detail .product-options .selected-lenses .existing-lens-product-price.red + div {
			text-decoration:line-through;
		}

.product-detail .badges {
	position: relative;
	width: 740px;
	z-index: 10;
}

#scrollBar {
	background: #FFF;
	box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	height: 92px;
	left: 0;
	margin-top: -72px;
	opacity: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	
	transition: opacity 0.3s, margin-top 0.3s;
	-moz-transition: opacity 0.3s, margin-top 0.3s;
	-webkit-transition: opacity 0.3s, margin-top 0.3s;
}
	
	#scrollBar.active {
		margin-top: 0;
		opacity: 1;
	}
	
	#scrollBar .scrollbar-content {
		font-size: 15px;
		margin: 0 auto;
		padding: 0;
		width: 1044px;
	}
		#scrollBar .scrollbar-content p {
			margin: 0;
		}
		
		#scrollBar .scrollbar-content > img,
		#scrollBar .scrollbar-content > div {
			display: inline-block;
			vertical-align: middle;
		}
		
		#scrollBar .scrollbar-content > img {
			max-width: 111px;
		}
		
		#scrollBar .scrollbar-content .brand-name {
			width: 210px;
		}
			#scrollBar .scrollbar-content .brand-name p:first-child {
				font-size: 20px;
			}
			
			#scrollBar .scrollbar-content .brand-name p:last-child {
				 
			}
		
		#scrollBar .scrollbar-content .scrollbar-total {
			 
			width: 200px;
		}
			#scrollBar .scrollbar-content .scrollbar-total .total-price {
				font-size: 24px;
				font-weight: bold;
			}
		
		#scrollBar .scrollbar-content .button-flat {  
			width:135px
		}
		
		#scrollBar .scrollbar-content .tah-section {
			border-left: 1px solid #e2e2e2;
			height: 72px;
			padding-left: 10px;
			width: 255px;
		}
			#scrollBar .scrollbar-content .tah-section:before{
				content: " ";
				height: 72px;
				margin-left: -11px;
				width: 1px;
			}
			
			#scrollBar .scrollbar-content .tah-section:before,
			#scrollBar .scrollbar-content .tah-section > div {
				display: inline-block;
				vertical-align: middle;
			}
			
		#scrollBar .scrollbar-content .addToCart {
			width: 95px;
		}
			#scrollBar .scrollbar-content .addToCart > div {
				display: inline-block;
				vertical-align: middle;
			}
			
			#scrollBar .scrollbar-content .addToCart .try-at-home {
				height: 72px;
				width: 49%;
			}
			
			#scrollBar .scrollbar-content .addToCart .select-lens-add-to-cart {
				width: 49%;
			}
			
			#scrollBar .scrollbar-content .no-tah {
				float: right;
    			padding: 33px 0 0;
			}

.tabs .on img { min-height:29px; vertical-align:bottom; padding:0; margin:0; }
.tabs { width:580px; background:url('../images/colors/color1/product_tab_box_header.png'); background-repeat:no-repeat; min-height:29px; float:left; padding-left:6px; }
.tabs_order_status { background:transparent url('../images/colors/color1/product_tab_box_header2.png') no-repeat; width:758px; }
.tabs .on { vertical-align:104%; padding-bottom:6px; display:inline; line-height:15px; }
.tabs .off { padding:0 4px 0 4px; }
.tabs .text { vertical-align:top; line-height:16px; margin:0 auto; display:inline; }
.tabs .on .text { background-image:url('../images/colors/color1/product_tab_box_middle.png'); vertical-align:top; line-height:12px; display:inline-block; margin-left:-4px; margin-right:-4px; padding-bottom:10px; }
html:not([lang*=""]) .tabs .on .text { /* workaround to target only firefox */background-image:url('../images/colors/color1/product_tab_box_middle.png'); vertical-align:top; line-height:16px; display:inline; margin-left:-4px; margin-right:-4px; padding-top:2px; padding-bottom:10px; }
.tabs .on .left_corner { background:url('../images/colors/color1/product_tab_box_start.gif'); display:inline-block; width:8px; padding-bottom:10px; }
.tabs .on .right_corner { background:url('../images/colors/color1/product_tab_box_end.png'); display:inline-block; width:18px; padding-bottom:10px; }
.tabs a { vertical-align:top; display:inline; }
.dijitHidden { display:none; }
.dijitVisible { display:block; position:relative; }
#CatalogAttachmentAssetsDisplay_div_1 { width:560px; }
#Attachments span a { float:left; }

#Product .addToCart { position:relative; }
#Product .freeShipping.tooltip { box-shadow:1px 2px 4px #CACACA; position:relative; left:0; top:5px; }
#Product .freeShipping.tooltip > span { background-position:-172px -66px; bottom:-15px; height:15px; width:17px; }

/* select product contract */
.contractPriceRange { padding-top:0; padding-bottom:0; }
.contractPriceRange input { margin:0; padding:0; background-color:white; border:none; }
.contractPriceRangeBorder { border-bottom:1px solid #CCCCCC; padding-bottom:3px; padding-top:3px; }
.contractPriceRangeTab { padding-left:20px; }
.contractPriceRange .column_heading { border-bottom:1px solid #CCCCCC; border-top:1px solid #CCCCCC; font-weight:bold; }

.contractPriceRange.li { float:left; }
.contractPriceRange.ul { list-style-image:none; list-style-position:outside; margin:0; padding:0; }
.contractPriceRange.row .contractPriceRange.row2 { border-bottom:1px solid #CCCCCC; padding:0 0 0 0 !important; }
.contractPriceRange.quantity_column { text-align:left; min-width:116px; }
.contractPriceRange.price_column { min-width:100px; *margin-top:5px; /*ie only */ }
#product.product_options#show_catentry_contract p { padding:2px; }
#show_catentry_contract p.avail_contracts { font-weight:bold; border-top:1px solid #c7d1dd; }#show_catentry_contract input { background-color:transparent; border:none; margin-bottom:0; padding:0; vertical-align:text-top; }
#show_catentry_contract .contentgrad_header .left_corner { float:left; background:transparent url('../images/colors/color1/box_grad_hollow_header_left.png') no-repeat; width:10px; height:24px; }
#show_catentry_contract .contentgrad_header .right_corner { float:right; background:transparent url('../images/colors/color1/box_grad_hollow_header_right.png') no-repeat; width:10px; height:24px; }
#show_catentry_contract.contentgrad_header { background:url('../images/colors/color1/box_grad_hollow_header_tile.png') repeat-x; height:24px; }
#show_catentry_contract.contentgrad_headerdiv { font-size:1px; }
#show_catentry_contract.contentgrad_header.heading { float:left; font-size:11px; }
#show_catentry_contract.contentgrad_header span.contentgrad_text { font-size:11px; line-height:24px; height:24px; }#show_catentry_contract .footer { background:transparent url('../images/colors/color1/box_grad_hollow_footer_tile.png') repeat-x; }
#show_catentry_contract .footer .left_corner { float:left; background:transparent url('../images/colors/color1/box_grad_hollow_footer_left.png') no-repeat; width:10px; height:7px; }
#show_catentry_contract .footer .right_corner { float:right; background:transparent url('../images/colors/color1/box_grad_hollow_footer_right.png') no-repeat; width:10px; height:7px; }#show_catentry_contract .br1 { /*this replaces <br> */ padding-bottom:2px; }#show_catentry_contract .br2 { /*this replaces <br> */ padding-bottom:15px; }

/* check product availability */
#product.product_options#check_store_availability p { padding:2px; }
#product.product_options#check_store_availability p img { vertical-align:middle; }
#product.product_options#check_store_availability p.indented { margin-left:18px; }
#check_store_availability p.online_availability,#check_store_availability p.instore_availability,.product_info p.online_availability { font-weight:bold; }
#check_store_availability p.online_availability { border-top:1px solid #c7d1dd; }.product_info p.online_availability { padding-top:5px; }
#check_store_availability p.stock_status img { padding-bottom:2px; }
#check_store_availability .contentgrad_header .left_corner { float:left; background:transparent url('../images/colors/color1/box_grad_hollow_header_left.png') no-repeat; width:10px; height:24px; }
#check_store_availability .contentgrad_header .right_corner { float:right; background:transparent url('../images/colors/color1/box_grad_hollow_header_right.png') no-repeat; width:10px; height:24px; }
#check_store_availability.contentgrad_header { background:url('../images/colors/color1/box_grad_hollow_header_tile.png') repeat-x; height:24px; }
#check_store_availability.contentgrad_headerdiv { font-size:1px; }
#check_store_availability.contentgrad_header.heading { float:left; font-size:11px; }
#check_store_availability.contentgrad_header span.contentgrad_text { font-size:11px; line-height:24px; height:24px; }
#check_store_availability.contentgrad_header.hide { float:left; padding-top:5px; }
#check_store_availability.contentgrad_header.hide img { vertical-align:bottom; }
#check_store_availability .footer .left_corner { float:left; background:transparent url('../images/colors/color1/box_footer_left.png') no-repeat; width:10px; height:7px; }
#check_store_availability .footer .right_corner { float:right; background:transparent url('../images/colors/color1/box_footer_right.png') no-repeat; width:10px; height:7px; }

/* check product availability */
#check_product_availability { border-top:1px solid #c7d1dd; }
#check_product_availability img { float:left; padding:3px 10px 4px; }
#check_product_availability.product_options h1 { margin:0; padding:0; }
#check_product_availability.product_options h1 a { color:#0055ad; font-size:11px; font-weight:normal; padding-bottom:0; margin-top:15px; display:block; }
#check_product_availability.product_options.font3 { font-size:11px; }
/* check product availability */

/* -----------------------------------------------------------------------------*/
/* 15.COMPARE
/* -----------------------------------------------------------------------------*/
#compare_body { width:568px; min-width:568px; padding:0 10px 0 10px; margin:0; vertical-align:top; }
#compare_details { width:568px; min-width:568px; padding:0 10px 0 10px; margin:0; vertical-align:top; }
#compare_details .feature { width:115px; text-align:left; padding:7px; margin:0; font-weight:bold; }
#compare_details td { border-bottom:solid 1px #c9d3de; padding:7px 3px 7px 3px; width:155px; }
#compare_details .price { font-weight:bold; }
#compare_details .product_image img { padding:7px 5px 6px 5px; vertical-align:top; }
#compare_details .product_image { padding:8px 5px 6px 5px; vertical-align:top; }
#compare_details .last_row { border:none; }
.comparehover { background-image:url("../images/colors/color1/transparent.gif"); background-repeat:no-repeat; background-position:left; display:block; }
.comparehover:hover { background-image:url("../images/colors/color1/product_hover_background.png"); background-repeat:no-repeat; background-position:left; display:block; }

/* -----------------------------------------------------------------------------*/
/* 16.ADS
/* -----------------------------------------------------------------------------*/
.ad { padding-bottom:5px; width:100%; }
.ad_product { float:left; }
.ad_product .ad_content { border-left:solid 1px #c9d3de; border-right:solid 1px #c9d3de; padding:3px 4px 0 5px; background:url('../images/colors/color1/ad_box_back.png'); background-repeat:repeat-x; width:181px; }
.ad_product .ad_content p,.ad_product .ad_contenttitle p { font-size:11px; }
.ad_product .ad_content .title, .ad_product .ad_contenttitle .title, #product .price { font-size:12px; }
.ad_product .ad_contenttitle { border-left:solid 1px #c9d3de; border-right:solid 1px #c9d3de; padding:3px 4px 0 5px; background:url('../images/colors/color1/ad_box_back.png'); background-repeat:repeat-x; width:131px; }
.ad_space_3 { width:6px; min-width:6px; float:left; }
.ad_space_1 { width:1px; float:left; }
.img_align { margin-bottom:-2px; }
.sidebar_ad { padding-bottom:5px; }
#accessories { padding-bottom:5px; height:100px; }
#accessories .content { float:left; padding:5px 20px 5px 0; width:85px; }
#accessories .content .link { padding-bottom:3px; }
#accessories .content_images { float:left; vertical-align:middle; padding:5px 0 5px 0; }
#accessories .content_images .item { padding:0 6px 0 6px; }
#accessories .content_images .arrow { padding:5px 6px 0 6px; }
#accessories .content_imagesdiv { vertical-align:middle; float:left; }

/* -----------------------------------------------------------------------------*/
/* 17.SITEMAP
/* -----------------------------------------------------------------------------*/
.sitemap { margin:0 auto; width:585px; }
.sitemap .title { padding:13px 0 13px 8px; }
.sitemap .container { width:276px; padding:0 8px 16px 8px; float:left; }
.sitemap .container .header.icon { float:left; margin:4px 0 0 6px; }.sitemap .container .header h2 { color:#6e7b8b; font-size:14px; }.sitemap .container .header_no_icon h2 { color:#6e7b8b; font-size:14px; padding:28px 0 0 10px; }
.sitemap .container .divider { background:transparent url('../images/colors/color1/sitemap_container_top_divider.png') repeat-x; border-left:solid 1px #c9d3de; border-right:solid 1px #c9d3de; height:9px; width:274px; }
.sitemap_left { display:block; float:left; background:url('../images/colors/color1/box_grad_hollow_header_left.png') no-repeat; height:24px; padding-left:10px; }
.sitemap_right { display:block; float:right; background:url('../images/colors/color1/box_grad_hollow_header_right.png') no-repeat; height:24px; padding-right:10px; }
.sitemap .container .header { display:block; font-size:13px; }
.sitemap .links { margin:0 auto; border-left:solid 1px #c9d3de; border-right:solid 1px #c9d3de; padding:5px 10px 5px 10px; min-height:200px; background:url('../images/colors/color1/sitemap_grad.png'); background-repeat:no-repeat; }

/* -----------------------------------------------------------------------------*/
/* 18.HELP AND PRIVACY POLICY
/* -----------------------------------------------------------------------------*/
.help_privacy { margin:0 auto; width:785px; }
.help_privacy .title { padding:13px 0 13px 0; }
.help_privacy .align { text-align:left; }
.help_privacy .content { border-left:solid 1px #c9d3de; border-right:solid 1px #c9d3de; display:block; }
.help_privacy .info { padding:14px 14px 7px 14px; }
.help_privacy .header { height:33px; line-height:33px; margin:0; padding:0; font-size:12px; padding-left:6px; color:#0055ad; }
.help_privacy .help_privacy_box { margin-bottom:12px; float:left; }
.help_privacy .contact_img { float:right; padding-left:70px; padding-bottom:45px; }
.help_privacy .address { padding-left:35px; }

/* -----------------------------------------------------------------------------*/
/* 19.SIGN IN AND REGISTRATION
/* -----------------------------------------------------------------------------*/
.sign_in_registration .myaccount_title { /* color:#404040; */ }
.sign_in_registration .newCustomer { padding-top:10px; }
.sign_in_registration { margin:0 auto; width:773px; }
.sign_in_registration .title { padding:13px 0 13px 0; }
.sign_in_registration .header_new { background:url('../images/colors/color1/sign_in_new_customer.png'); background-repeat:no-repeat; width:370px; height:44px; }
.sign_in_registration .header_return { background:url('../images/colors/color1/sign_in_return_customer.png'); background-repeat:no-repeat; width:370px; height:44px; }
.sign_in_registration .header_registration { background:url('../images/colors/color1/registration_header.png'); background-repeat:no-repeat; width:773px; height:44px; }
.sign_in_registration .heading { padding:17px 5px 0 59px; }
.sign_in_registration .content { background:url('../images/colors/color1/sign_in_grad.png'); background-repeat:no-repeat; width:370px; }
.sign_in_registration .align { padding:5px 5px 10px 59px; border-left:solid 1px #c9d3de; border-right:solid 1px #c9d3de; height:195px; }
.sign_in_registration .form .content { background:url('../images/colors/color1/sign_in_grad.png'); background-repeat:repeat-x; width:773px; }
.sign_in_registration .form .content .align { padding:5px 5px 0 46px; border-left:solid 1px #c9d3de; border-right:solid 1px #c9d3de; height:auto; }
.sign_in_registration .container { width:370px; float:left; }
.sign_in_registration .ad { padding-top:35px; padding-bottom:20px; text-align:center; width:100%; }
.sign_in_registration .twisty_align { padding:5px 5px 10px 58px; border-left:solid 1px #c9d3de; border-right:solid 1px #c9d3de; height:auto; }
.sign_in_registration .twisty { background:url('../images/colors/color1/registration_twisty_back.png'); background-repeat:repeat-x; border:solid 1px #c9d3de; height:21px; width:630px; padding:0; margin:0; }
.sign_in_registration .twisty .text { padding:3px 5px 0 5px; }
.sign_in_registration .twisty .img { padding:5px 5px 0 5px; float:left; }
.sign_in_registration .forgot_password_container { width:773px; float:left; }
.sign_in_registration .forgot_password_content { background:url('../images/colors/color1/sign_in_grad.png'); background-repeat:repeat-x; width:773px; }
.sign_in_registration .forgot_password_header_return { background:url('../images/colors/color1/forgot_password.png'); background-repeat:no-repeat; width:773px; height:44px; }
.sign_in_registration .forgot_password_align { padding:5px 5px 30px 59px; border-left:solid 1px #c9d3de; border-right:solid 1px #c9d3de; }
.sign_in_registration .update_password_align { padding:5px 5px 10px 59px; border-left:solid 1px #c9d3de; border-right:solid 1px #c9d3de; height:180px; }
.registrationLanding input[type="text"], .registrationLanding input[type="password"] { width: 100%; margin-bottom: 4px; }
.registrationLanding .required-text { float: right; }
.registrationLanding .fe-row.radio-row label, .registrationLanding .fe-row.check-row label { float:none; margin:0; }
.registrationLanding #registrationContainer { border-right: 1px solid lightgrey; }
.registrationLanding .col { padding-top: 0; margin-bottom: 25px; width: 339px; }
.registrationLanding a { color: #c00; text-decoration: underline; }
.registrationLanding { position: relative; width: max-content; margin: 0 auto; }

/* -----------------------------------------------------------------------------*/
/* 23.MY ACCOUNT
/* -----------------------------------------------------------------------------*/
#MyAccount {overflow: hidden;}
#MyAccount .selected { color:#000; }
#myAccount.ADDRESS_BOOK a  { font-weight:bold; }
#MyAccount .info { position:relative; width:250px; }
#MyAccount .info .edit { position:absolute; right:-50px; top:0; }
.order_status_table { width:100%; }
	.order_status_table,
	.order_status_table * {
		box-sizing: border-box;
	}
	
	.order_status_table div {
		float: left;
		padding: 0 10px 0 0;
	}

.order_status_table .column_heading { border-bottom:1px solid #E0E0E0; color:#999; font-weight:bold; width:100%; }
.order_status_table .order_number_column_1 { width:110px; }
.ORDER_HISTORY .order_status_table .order_date_column_1 { width:140px; }
.ORDER_HISTORY .order_status_table .status_column_1 { width:190px; }
.ORDER_HISTORY #OrderStatusDetailPagination { padding-bottom: 10px; }
.ORDER_HISTORY #orderHistoryESpot { float:left; clear:both; margin:0 0 0 240px; width:770px; }
.order_status_table .order_date_column_1 { width:150px; }
.order_status_table .status_column_1 { width:210px; }
.order_status_table .line { border-bottom:1px solid #E0E0E0; padding:15px 0; width:100%; }
.order_status_table .line.last { border:none; }
.order_status_table .option_button { margin-top:-4px; position:relative; left:15px; }
#PasswordUpdateSubmitForm { clear:both; }
.exams h2 { margin:0 0 20px; }
#box .my_account .body { border-left:solid 1px #c9d3de; border-right:solid 1px #c9d3de; margin:0 0 0 0; padding:9px 8px 0 8px; display:block; width:770px; }
#my_account_billing { padding:0 145px 0 0; float:left; border-right:solid 1px #c9d3de; }
#my_account_shipping { padding-left:20px; float:left; }
.my_account_padding { padding:0 8px 0 8px; }
.my_account .content { border-left:solid 1px #c9d3de; border-right:solid 1px #c9d3de; display:block; }
.my_account_wishlist_container { padding-left:5px; padding-right:5px; }
.my_account_wishlist { width:588px; padding:0 0 0 0; margin:0; float:left; }
.my_account_wishlist .deleteLink { margin-top:5px; margin-right:5px; font-weight:bold; }
.my_account_wishlist #getWidgetButton { right:-4px; position:relative; }
.wishList_save { min-width:37px; }
.my_account_wishlist .divider_line { background-image:url("../images/colors/color1/product_grid_tr_line.png"); background-repeat:no-repeat; height:3px; width:586px; margin:0 auto; }
.multiple_wishlist_popup { width:325px !important; }
.multiple_wishlist_popup h2 { font-size:14px; font-weight:bold; }
.multiple_wishlist_popup .top_right, .multiple_wishlist_popup .footer .bot_right { background-position:right center; width:317px !important; }
.multiple_wishlist_popup .header { background-image:url('../images/colors/color1/popup_center_tile_sm.png'); background-repeat:repeat-y; text-align:right; height:23px; clear:left; }
.multiple_wishlist_actions_border { padding-top:7px; padding-bottom:12px; }
.multiple_wishlist_link_divider { background-image:url(../images/colors/color1/list.png); background-position:center bottom; background-repeat:no-repeat; height:16px; padding-left:5px; padding-right:5px; width:7px; }
.multiple_wishlist_popup .bodycontent { background-image:url('../images/colors/color1/popup_center_tile_sm.png'); background-repeat:repeat-y; padding:0 25px 0 25px; }
.addToWishListButtonBorder { margin-top:4px; }
#addToMultipleWishListLinkContainer ,#addToWishListLinkAjaxDivContainer, #addToWishListLinkContainer { margin-bottom:4px; }
#addToWishListPanel { z-index:9999; }
#MultipleWishListDropDown { margin-top:-4px; margin-bottom:4px; }
.scrollableWishListPanel { max-height:10em; overflow:auto; }
#addToWishListPanel .addToWishListPanel_main { border:1px solid #AAB2BC; position:absolute; width:190px; }
#addToWishListPanel .addToWishListPanel_header { background-color:#E9F4FF; padding:4px; }
#addToWishListPanel .addToWishListPanel_divider { border-top:1px solid #AAB2BC; margin-top:5px; width:100%; }
#addToWishListPanel .addToWishListPanel_bodycontent { background-color:#FFFFFF; margin:0; padding:5px; }
#addToWishListPanel .addToWishListPanel_bodycontent .existingList { padding-left:15px; }
#addToWishListPanel .addToWishListPanel_bodycontent .newList { margin-left:3px; }
.my_account_wishlist .content { border-left:1px solid #C9D3DE; border-right:solid 1px #C9D3DE; position:relative; }
.my_account_wishlist .content .my_account_wishlist_container { padding:5px; }
.my_account .info { padding:6px 14px 8px 14px; }
.my_account .header { height:33px; line-height:33px; margin:0; padding:0; font-size:12px; padding-left:6px; color:#004d7d; }
.addrbook_header { padding-top:8px; float:left; }
#WC_AccountForm_div_4 input { margin-bottom:0; }
.fe_phone {width:200px; }
.modal-top { position:absolute; right:50px; text-decoration:none; top:16px; }
a.modal-top:focus { text-decoration:none; }

/* Contact Info & Settings - My Account */
#CommunicationUpdate, #CommunicationUpdateEmail {margin-top:20px;}
.success {color:#60BD67; font-weight:bold;}

/* Contract Summary - My Account */ 
#summary_contracts_table ul li p input { background-color:transparent; border:0; margin-bottom:0; vertical-align:middle; }
#org_button { float:left; padding:6px 10px 3px 5px; }
#contract_button { float:left; }
#box .my_account_wishlist #WishlistDisplay_Widget .wishList_header_content { float:left; line-height:normal; height:auto; position:relative; top:-8px; white-space:normal; width:400px; margin-left:10px; }
#box .my_account_wishlist #WishlistDisplay_Widget #getWidgetButton { top:-14px; right:0; padding-right:5px; height:15px; }
#box .my_account_wishlist #WishlistDisplay_Widget #getWidgetButton .sidebar_ad_remote_widget .feed_widget_area_right { float:right; }
#box .my_account_wishlist #WishlistDisplay_Widget .divider_line_style { background-color:#FFFFFF; background-position:left; clear:both; height:1px; font-size:0; }

/* Session Timeout Page */
#errorPage .content { border:none; }
#errorPage .info { float:left; width:400px; line-height:1.5; padding:0; }
#errorPage .myaccount_title { color:#CC0000; margin-bottom:10px; }
#errorPage .loginBtn { position:relative; top:10px; left:-3px; }

/* Address Book */
input#isPrimaryPhone1, input#isPrimaryPhone2 { position:relative; top:10px; }

/* Quick Checkout Profile */
.unregisteredCheckbox { float:left; padding-left:2px; padding-top:2px; margin-bottom:10px }
.dj_ie .unregisteredCheckbox { padding-top:6px; }
#WC_MyAccountQuickCheckoutProfileForm_div_13 { padding:2px 10px 15px 0; }
#WC_billing_phone1_div_21 label, #WC_shipping_phone1_div_21 label { width:100%; display:block; padding-bottom:1px; }
#billing_stateDiv .drop_down_checkout, #shipping_stateDiv .drop_down_checkout { width:177px; height:30px; }

/* TAH Dashboard Display */
#TAH_MyAccount_Headers { width:100%; border-bottom:1px solid #E0E0E0; float:left; margin-bottom:10px; }
#TAH_MyAccount_Headers .column_header { float:left; color:#999999; font-weight:bold; }
#TAH_Order_Placed_Header, #TAH_MyAccount_Order_Placed { width:110px; }
#TAH_Products_Included_Header, #TAH_MyAccount_Products_Included { width:140px; }
#TAH_MyAccount_Details .column_data { float:left; }


/* March 2016 redesign */
#MyAccount,
#MyAccount * {
	box-sizing: border-box;
}

#MyAccount h1 {
	border-bottom: 1px solid #e2e2e2;
	margin: 0;
	padding-bottom: 20px;
}

.myaccount-section {
	border-left: 1px solid #e2e2e2;
	margin-left: 240px;
    padding: 20px 0 20px 40px;
}
	.myaccount-section p,
	.myaccount-section a,
	.myaccount-section span,
	.myaccount-section div,
	.myaccount-section li,
	.myaccount-section td,
	.myaccount-section th {
		font-size: 14px;
		margin: 0;
	}
	.myaccount-section p.my_account_exams_copy {
		margin:0 0 15px;
	}
	
	.myaccount-section h2 {
		color: #666;
		font-size: 35px;
		margin-bottom: 10px;
	}
	
	.myaccount-section .account-row {
		border-bottom: 1px solid #e2e2e2;
		margin-bottom: 20px;
		overflow: hidden;
		padding-bottom: 20px;
	}
	
	.myaccount-section .tah-item-row {
		margin-left:20px;
	}
	
.myaccount-section div.tah-text {
	background: #e2e2e2;
	margin-bottom: 10px;
	padding: 10px;
}
	.myaccount-section .tah-text p:first-child {
		margin-bottom: 5px;
	}

.myaccount-section .order-actions {
	float: left;
	margin-right: 10px;
}
	.myaccount-section .order-actions a {
		margin-right: 10px;
		padding: 0 30px;
	}
	
	.myaccount-section .order-actions a,
	.myaccount-section .order-actions p {
		display: inline-block;
		margin-bottom: 10px;
		vertical-align: middle;
	}
	
.myaccount-section #OrderInfo table {
	text-align: left;
	width: 100%;
}
.myaccount-section #OrderInfo table tr.headings th,
.myaccount-section #OrderInfo table tr.headings td {
	border-bottom: 1px solid #e2e2e2;
	vertical-align: middle;
}
	
.myaccount-section #OrderInfo table tr.headings,
.myaccount-section #OrderInfo table tr.headings th,
.myaccount-section #OrderInfo table tr.headings td {
	font-size: 24px;
	 
}
	.myaccount-section #OrderInfo table th,
	.myaccount-section #OrderInfo table td {
		padding: 10px 0;
	}
		
	.myaccount-section #OrderInfo table th:not(:first-child),
	.myaccount-section #OrderInfo table td:not(:first-child) {
		padding-left: 20px;
	}
	
	.myaccount-section #OrderInfo table td:first-child,
	.myaccount-section #OrderInfo table td:nth-child(2) {
		width: 275px;
	}
	
	.myaccount-section #OrderInfo table th:nth-child(2),
	.myaccount-section #OrderInfo table td:nth-child(2),
	.myaccount-section #OrderInfo table tr.headings th:first-child {
		border-right: 1px solid #e2e2e2;
	}
	
	.myaccount-section #OrderInfo table tr.headings th:first-child {
		width: 550px;
	}
	
	.myaccount-section #OrderInfo table tr.headings th:nth-child(2) {
		border-right: none;
		width: auto;
	}

	.myaccount-section #OrderInfo table.order-details th,
	.myaccount-section #OrderInfo table.order-details td {
		padding: 3px 0 3px 10px;
	}
		
	.myaccount-section #OrderInfo table.order-details th:first-child,
	.myaccount-section #OrderInfo table.order-details td:first-child {
		padding-left: 0;
	}
		
	.myaccount-section #OrderInfo table.order-details td,
	.myaccount-section #OrderInfo table.order-details th {
		text-align: center;
	}
		
	.myaccount-section #OrderInfo table.order-details td:last-child,
	.myaccount-section #OrderInfo table.order-details th:last-child {
		text-align: left;
	}

		.myaccount-section #OrderInfo table.order-details td a {
			font-weight: normal;
			position: relative;
		}
		
		/*
		.myaccount-section #OrderInfo table.order-details td a span {
			position: relative;
			z-index: 5;
		}	
		
		.myaccount-section #OrderInfo table.order-details tr td a img {
			box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
			left: -30px;
			opacity: 0;
			position: absolute;
			top: -5px;
			width: 30px;
			z-index: 10;
			
			-webkit-transition: opacity 0.15s, left 0.15s, top 0.15s, width 0.15s;
			transition: opacity 0.15s, left 0.15s, top 0.15s, width 0.15s;
		}	
		.myaccount-section #OrderInfo table.order-details tr:hover td a img {
			left: -130px;
			opacity: 1;
			top: -16px;
			width: 120px;
		}
				
		.myaccount-section #OrderInfo table.order-details tr:hover td {
			background: #F8F8F8;
		}
		*/

	.myaccount-section #OrderInfo table.order-total {
		border-bottom: 1px solid #e2e2e2;
		margin-bottom: 20px;
	}
		.myaccount-section #OrderInfo table.order-total tr.headings + tr th,
		.myaccount-section #OrderInfo table.order-total tr.headings + tr td {
			padding-top: 15px;
		}
		
		.myaccount-section #OrderInfo table.order-total td {
			padding: 2px 0 2px 20px;
		}
		
		.myaccount-section #OrderInfo table.order-total td:first-child {
			padding: 2px 0;
			width: 175px;
		}
		
		.myaccount-section #OrderInfo table.order-total td:nth-child(2) {
			width: 375px;
		}
		
		.myaccount-section #OrderInfo table .discount {
			color: #e41f35;
		}
		
		.myaccount-section #OrderInfo table td.total {
			font-weight: bold;
		}
		
		.myaccount-section #OrderInfo table.order-total td.info {
			border-right: 1px solid #e2e2e2;
			padding: 15px 30px 15px 0;
			font-style: italic;
		}
		
		.myaccount-section #OrderInfo table.order-total td .order-total-big {
			margin-top: 40px;
		}
			.myaccount-section #OrderInfo table.order-total td .order-total-big p {
				font-size: 18px;
			}
		
		.myaccount-section #OrderInfo table.order-total td.info + td {
			border-right: none;
		}

.cart-items-container,
.cart-items-container *,
.shopping-cart-page,
.shopping-cart-page * {
	box-sizing: border-box;
}

.cart-items-container {
	overflow: hidden;
}

.cart-items-container,
.cart-items-container h1,
.cart-items-container h2,
.cart-items-container p,
.cart-items-container .cart-item-description a	 {
	color: #666;
}

.cart-items-container h1 {
	border: none;
	font-size: 30px;
	margin: 0 0 20px 0;
	padding: 0;
}

.cart-items-container h2 {
	font-size: 22px;
}
	.cart-items-container h2.cartSubTitle {
		float: left;
		color:#666666;
	}

.cart-items-container a.remove-all {
	float: right;
	font-size: 18px;
}

.cart-items-container .cart-item-headings {
	clear: both;
	margin-bottom: 10px;
	width: 100%;
}
	.cart-items-container .cart-item-headings > div {
		display: inline-block;
		vertical-align: middle;
	}
	
	.cart-items-container .cart-item-headings > .cart-heading-details {
		/*width: 260px;*/
		width: 25%;
	}
	
	.cart-items-container .cart-item-headings > .cart-heading-qty {
		/*width: 120px;*/
		width: 10%;
	}
	
	.cart-items-container .cart-item-headings > .cart-heading-lens {
		/*width: 320px;*/
		width: 30%;
	}

.cart-items-container .cart-item-container {
	border: 2px solid #e2e2e2;
	border-radius: 5px;
	clear: both;
	font-size: 14px;
	margin: 10px 0;
	overflow: hidden;
	position: relative;
}
	.cart-items-container .cart-item-container .remove_link {
		color: #D72527;
		font-size: 20px;
		font-weight: normal;
		position: absolute;
		right: 10px;
		top: 5px;
	}
	
	.cart-items-container .cart-item-container > div {
		display: inline-block;
		padding: 10px 20px;
		position: relative;
		vertical-align: middle;
	}
		.cart-items-container .cart-item-container > div:not(.cart-item-totals):after {
			background: #e2e2e2;
			content: " ";
			display: block;
			height: 2000px;
			position: absolute;
			right: 0;
			top: -1000px;
			width: 1px;
		}
		
	#shopping_cart.summary	.cart-items-container .edit-prescriptions a {
		display:none;
	}
	
	.cart-items-container .cart-item-container .cart-item-description img {
		max-width: 100%;
		width: 200px;
	}
	
	.cart-items-container .cart-frames .cart-item-container .cart-item-description,
	.cart-items-container .cart-frames .cart-item-container .cart-item-description p {
		font-size: 16px;
	}
		
	.cart-items-container .cart-item-container > .cart-item-description {
		/*width: 260px;*/
		width: 25%;
	}
		
	.cart-items-container .cart-item-container > .cart-item-qty {
		/*width: 120px;*/
		width: 10%;
	}
		
	.cart-items-container .cart-frames .cart-item-container > .edit-prescriptions, .cart-items-container .cart-frames .cart-item-container > .edit-wrapper {
		padding: 0 3%;
		text-align: left;
		width: 30%;
	}
	
	.cart-items-container .cart-frames .cart-item-container > .edit-wrapper .edit-prescriptions {
		width:100%;
		margin:0 0 10px;
	}
	
	.cart-items-container .cart-frames .cart-item-container > .edit-prescriptions .tah-item {
		padding:20px 0 0;
	}
	
	#shopping_cart .cart-items-container .cart-frames .cart-item-container > .edit-prescriptions a {
		font-size: 12px;
		padding: 0 20px;
	}
	
	.cart-items-container .cart-item-container .cart-item-description,
	.cart-items-container .cart-item-container .cart-item-qty {
		text-align: center;
	}
	
	.cart-items-container .cart-item-container .cart-item-qty {
		font-size: 20px;
	}
	
	.cart-items-container .cart-item-container .cart-item-qty .rightEyeQty {
		margin:0 0 38px;
	}
	
	.cart-items-container .cart-item-container .cart-item-qty select {
		width:118%;
	}
	
	.cart-items-container .cart-item-container .cart-item-totals {
		font-size: 18px;
		 
		width: 30%;
	}
	
	.cart-items-container .cart-item-container .cart-item-totals .tah-item {
		font-size:13px;
	}
	
		.cart-items-container .cart-item-container .cart-item-totals .item-price-row.lensPrice {
			line-height:1;
		}
		
		.cart-items-container .cart-item-container .cart-item-totals .item-price-row.frameSubtotal, .cart-items-container .cart-item-container .cart-item-totals .item-price-row.contacts-subtotal {
		    border-top:1px solid #CCC;
		    margin-top:15px;
		    padding-top:4px;
		}
		
		.cart-items-container .cart-item-container .cart-item-totals .item-price-row {
			height: 40px;
		}
			.cart-items-container .cart-item-container .cart-item-totals .item-price-row span {
				display: inline-block;
				vertical-align: top;
				width: 47%;
				color: #8f8f8f;
			}
			
			.summary .cart-items-container .cart-item-container .cart-item-totals .item-price-row .percent, .Confirmation .cart-items-container .cart-item-container .cart-item-totals .item-price-row .percent {
				margin-right:8px;
			}
			
			.cart-items-container .cart-item-container .cart-item-totals .item-price-row .percent{
				color:#C00;
				display:inline-block;
				margin:0 -12px 0 -50px;
			}
			
			.cart-items-container .cart-item-container .cart-item-totals .item-price-row .percent + .product-price {
				color:#C00;
				font-weight:bold;
			}
	
	.cart-items-container .cart-item-container .cart-contacts-info {
		font-size: 12px;
		/*width: 320px;*/
		width: 30%;
		margin-top:-19px;
	}
		
		.cart-items-container .cart-item-container .cart-contacts-info table {
			text-transform: uppercase;
			width: 100%;
		}
	
	.espot-area {
		float:left;
		width:550px;
		margin: 40px 0 0;
	}
		
	.shopCartPromo {
		float: left;
		margin: 0 0 15px;
		width: 100%;
		clear:both;
	}
	
	.cart-espot {
		float: left;
		width: 100%;
		clear:both;
	}
		
	.shopCartTotals {
		border: 2px solid #e2e2e2;
		border-radius: 5px;
		float: right;
		margin-bottom: 145px;
		margin-top: 40px;
		position: relative;
		width: 410px;
	}
		.shopCartTotals > div,
		.shopCartTotals .ad {
			padding: 0;
		}
		
		.shopCartTotals .content-block-promoCode {
			padding: 18px 36px;
		}
			.shopCartTotals .content-block-promoCode input[type="text"],
			.shopCartTotals .content-block-promoCode input[type="submit"]{
				display: inline-block;
				height: 40px;
				line-height: 40px;
				vertical-align: middle;
			}
			
			.shopCartTotals .content-block-promoCode input[type="text"] {
				border: 2px solid #e2e2e2;
				border-radius: 5px 0 0 5px;
				width: 245px;
				padding-left: 10px;
			}
			
			.shopCartTotals .content-block-promoCode input[type="submit"] {
				border-radius: 0;
				margin-left: -4px;
				padding: 0;
				width: 80px;
			}
			
			.shopCartTotals .content-block-promoCode label {
				margin: 10px 0;
			}
			
		.shopCartTotals table {
			width: 100%;
		}
			.shopCartTotals table td {
				padding: 5px;
				width: 50%;
			}
			
			.shopCartTotals table td:nth-child(1) {
				padding-left: 36px;
			}
			
			.shopCartTotals table td:nth-child(2) {
				padding-right: 36px;
			}
			
			.shopCartTotals table .main-total td {
				font-size: 20px;
			}
			
			.shopCartTotals table .main-total.top td {
				border-top: 1px solid #e2e2e2;
			}
			
			.shopCartTotals table .main-total.bottom td {
				border-bottom: 1px solid #e2e2e2;
			}
			
			.shopCartTotals table .main-total td.total_figures {
				font-weight: bold;
			}
			
			.shopCartTotals table .grandTotal td {
				background: #e2e2e2;
				font-size: 24px;
				padding-bottom: 10px;
				padding-top: 10px;
			}
			
			.shopCartTotals table .grandTotal td.total_figures {
				font-weight: bold;
			}
			
			.shopCartTotals .right {
				float:right;
				padding:20px 0 0;
			}
			
	.shopCartTotals .checkout-continue {
		bottom: -109px;
		position: absolute;
		right: 0;
		width:410px;
	}
	
	.shopCartTotals .checkout-continue.summary {
		bottom:-79px;
	}

/*------------------------------------------------------------------------------*/
/* 24.POPUP
/* -----------------------------------------------------------------------------*/
/*All the classes are similar to POPUP except that #tooltip_popup and #popup aredifferent. Tooltip popups position should not be absolute anddisplay should be block.*/
#tooltip_popup { width:285px; }
#tooltip_popup .header { background-image:url('../images/colors/color1/popup_header.png'); background-repeat:no-repeat; text-align:left; padding-left:15px; height:23px; }
#tooltip_popup .popup_header_title { float:left; color:white; padding:5px 4px 0 15px; font-size:11px; }
#tooltip_popup .close { padding:5px 15px 2px 0; color:white; }
#tooltip_popup .close .icon { padding-top:2px; padding-left:4px; float:right; }
#tooltip_popup .bodyarea { background-image:url('../images/colors/color1/popup_tile.png'); background-repeat:repeat-y; }
#tooltip_popup .bodycontent { background-image:url('../images/colors/color1/popup_gradient.png'); background-repeat:no-repeat; padding:12px 17px 12px 15px; margin:0 1px 0 1px; }
#tooltip_popup .bodycontent_short { background-image:url('../images/colors/color1/popup_gradient_short.png'); background-repeat:no-repeat; padding:12px 17px 12px 15px; margin:0 1px 0 1px; }
#tooltip_popup .footer { background-image:url('../images/colors/color1/popup_footer.png'); background-repeat:no-repeat; text-align:right; height:23px; width:285px; }

/* -----------------------------------------------------------------------------*/
/* 27.PROGRESS BAR
/* -----------------------------------------------------------------------------*/
/* For the element containing the actual progress bar */
#progress_bar { position:absolute; z-index:9999; display:none; }

/* For thedialog containing the progress bar element */
#progress_bar_dialog { position:absolute; z-index:9999; display:none; }

/* Progress bardialog background */
.dijitDialogUnderlay { display:none; }
#loading_popup { width:59px; }
#loading_popup .top_left { background-image:url('../images/colors/color1/popup_topleft.png'); background-repeat:no-repeat; background-position:top; height:7px; width:8px; float:left; }
#loading_popup .top_right { background-image:url('../images/colors/color1/popup_topright.png'); background-repeat:no-repeat; background-position:top right; height:7px; width:51px; float:left; }
#loading_popup .header { background-image:url('../images/colors/color1/popup_center_tile_mini.png'); background-repeat:repeat-y; text-align:right; clear:left; }
#loading_popup .close { padding:5px 15px 2px 0; color:#666666; }
#loading_popup .close .icon { padding-top:2px; padding-left:4px; float:right; }
#loading_popup .bodycontent { background-color:transparent; background-image:url('../images/colors/color1/popup_center_tile_mini.png'); background-repeat:repeat-y; background-position:right; padding:0 5px 0 5px; margin:0; }
#loading_popup .bodycontent h2 { font-size:14px; font-weight:bold; }
#loading_popup .bodycontent p { margin:3px 0 10px 2px; }
#loading_popup .bodycontent.form_2column { padding:0; }
#loading_popup .bodycontent_short { padding:12px 17px 12px 15px; margin:0 1px 0 1px; }
#loading_popup .footer { text-align:right; height:20px; width:59px; }
#loading_popup .footer .bot_left { background-image:url('../images/colors/color1/popup_botleft.png'); background-repeat:no-repeat; background-position:bottom; height:11px; width:8px; float:left; }
#loading_popup .footer .bot_right { background-image:url('../images/colors/color1/popup_botright.png'); background-repeat:no-repeat; background-position:bottom right; height:11px; width:51px; float:left; }

/* -----------------------------------------------------------------------------*/
/* 28.PRICE SLIDER WIDGET
/* -----------------------------------------------------------------------------*/
.price-gradient { height:40px; margin-top:8px; margin-left:0; background:url('../images/colors/color1/price-range-gradient.png') no-repeat; position:relative; }
.price-sliders { padding-left:0; height:14px; color:#59677d; font-weight:bold; position:relative; }
body .rangeSelectorHandle { color:#FF0000; position:absolute; background-image:url(../images/colors/color1/price-range-marker.png); width:6px; height:21px; cursor:pointer; z-index:10; background-repeat:no-repeat; }
body .rangeSelectorHandleHover { background-image:url(../images/colors/color1/price-range-marker.png); }
body .rangeSelectorBar { height:24px; cursor:pointer; background-image:url(../images/colors/color1/price-range-gradient.png); background-repeat:no-repeat; width:120px; }
body .rangeSelectorTooltip { position:absolute; border-color:white; padding:1px 0 1px 0; font-size:9px; z-index:30; }
body .empty_image { width:0; height:0; }

/* -----------------------------------------------------------------------------*/
/* 31.QUICK INFO POPUP
/* -----------------------------------------------------------------------------*/ /*-- SECOND LEVEL CATEGORY POPUP START --*/
#second_level_category_popup_main_div, #requisition_list_popup_main_div, .multiple_wishlist_popups_div { display:none; }
#second_level_category_popup, #requisition_list_popup, .multiple_wishlist_popup { width:498px; position:absolute; display:block; z-index:9999; background-image:url('../images/colors/color1/transparent.gif'); background-repeat:no-repeat; overflow:hidden; }
#second_level_category_popup iframe { display:none; display:block; position:absolute; width:498px; height:498px; top:0; z-index:-1; }
#requisition_list_popup .top_left { background-image:url('../images/colors/color1/popup_topleft.png'); background-repeat:no-repeat; height:10px; width:8px; float:left; }
#second_level_category_popup .top_left, .multiple_wishlist_popup .top_left { background-image:url('../images/colors/color1/popup_topleft.png'); background-repeat:no-repeat; height:10px; width:8px; float:left; }
#requisition_list_popup .top_right { background-image:url('../images/colors/color1/popup_topright.png'); background-repeat:no-repeat; background-position:right; height:10px; width:490px; float:left; }
#second_level_category_popup .top_right, .multiple_wishlist_popup .top_right { background-image:url('../images/colors/color1/popup_topright.png'); background-repeat:no-repeat; background-position:right; height:10px; width:490px; float:left; }
#requisition_list_popup .header { background-image:url('../images/colors/color1/popup_center_tile.png'); background-repeat:repeat-y; text-align:right; height:23px; clear:left; }
#second_level_category_popup .header { background-image:url('../images/colors/color1/popup_center_tile.png'); background-repeat:repeat-y; text-align:right; height:23px; clear:left; }
#second_level_category_popup .close, #requisition_list_popup .close ,.multiple_wishlist_popup .close { padding:5px 15px 2px 0; color:#666666; }
#second_level_category_popup .close .icon, #requisition_list_popup .close .icon , .multiple_wishlist_popup .close .icon { padding-top:2px; padding-left:4px; float:right; }
#second_level_category_popup .bodycontent, #requisition_list_popup .bodycontent { background-image:url('../images/colors/color1/popup_center_tile.png'); background-repeat:repeat-y; margin:0; padding:0 0 15px 0; }
#second_level_category_popup .bodycontent.clear_float, #requisition_list_popup .bodycontent.clear_float, .multiple_wishlist_popup .bodycontent.clear_float { clear:both; }
#second_level_category_popup .bodycontent .title ,#requisition_list_popup .bodycontent .title { padding:0 17px 0 15px; }
#second_level_category_popup .bodycontent h2, #requisition_list_popup .bodycontent h2 { font-size:14px; font-weight:bold; margin:0; padding:0; }
#second_level_category_popup .bodycontent h1 ,#requisition_list_popup .bodycontent h1 { font-size:10px; }
#second_level_category_popup .bodycontent .purchase_details, #requisition_list_popup .bodycontent .purchase_details { background-image:url('../images/colors/color1/popup_stripe.png'); background-repeat:repeat-y; margin-top:5px; padding:0 0 0 18px; width:475px; }
#second_level_category_popup .bodycontent .purchase_details .purchase_price { float:left; font-size:14px; font-weight:bold; width:190px; padding-top:9px; }
#second_level_category_popup .bodycontent .purchase_details .purchase_price span { font-size:13px; font-weight:normal; text-decoration:line-through; }
#second_level_category_popup .bodycontent .purchase_details .purchase_quanitity { padding-top:3px; padding-bottom:6px; width:285px; float:right; }
#second_level_category_popup .bodycontent .purchase_details .purchase_quanitity .order_button { vertical-align:middle; }
#second_level_category_popup .bodycontent .purchase_details .purchase_quanitity label { font-weight:bold; vertical-align:middle; }
#second_level_category_popup .bodycontent .purchase_details .purchase_quanitity .quantity { background-color:#ffffff; font-size:10px; margin-right:4px; margin-top:8px; vertical-align:middle; width:35px; }
#second_level_category_popup .bodycontent .purchase_details .purchase_quanitity span.primary_button { color:#fff; vertical-align:middle; }
#second_level_category_popup .bodycontent .product_details { padding:15px 24px 0 18px; }
#second_level_category_popup .bodycontent .product_details a { color:#0055ad; }
#second_level_category_popup .bodycontent .product_details .product_visual { float:left; width:190px; text-align:center; }
#second_level_category_popup .bodycontent .product_details .product_visual img.product_image { padding:0 0 15px 0; }
#second_level_category_popup .bodycontent .product_details .product_visual p { text-align:left; }
#second_level_category_popup .bodycontent .product_details .product_information { width:265px; float:right; }
#second_level_category_popup .bodycontent .product_details .product_information p { font-weight:bold; }
#second_level_category_popup .bodycontent .product_details .product_information select { background-color:#ffffff; font-size:10px; width:99%; }
#second_level_category_popup .bodycontent .product_details .product_information p.product_description { font-weight:normal; margin-top:10px; }
#second_level_category_popup .bodycontent .product_details .product_information .product_actions { list-style:none; margin:15px 0 0 0; }
#second_level_category_popup .bodycontent .product_details .product_information .product_actions li a { margin:0 0 5px 0; display:block; }
#second_level_category_popup .bodycontent_short { padding:12px 17px 12px 15px; margin:0 1px 0 1px; }
#second_level_category_popup .footer, #requisition_list_popup .footer, .multiple_wishlist_popup .footer { text-align:right; height:14px; width:498px; }
#second_level_category_popup .footer .bot_left, #requisition_list_popup .footer .bot_left, .multiple_wishlist_popup .footer .bot_left { background-image:url('../images/colors/color1/popup_botleft.png'); background-repeat:no-repeat; height:14px; width:8px; float:left; }
#second_level_category_popup .footer .bot_right, #requisition_list_popup .footer .bot_right, .multiple_wishlist_popup .footer .bot_right { background-image:url('../images/colors/color1/popup_botright.png'); background-repeat:no-repeat; background-position:right; height:14px; width:490px; float:left; }
#productActions { padding-bottom:10px; }
/*-- SECOND LEVEL CATEGORY POPUP END --*/

/* -----------------------------------------------------------------------------*/
/* 33.Miscellaneous utility CSS classes
/* -----------------------------------------------------------------------------*/
.nodisplay { display:none !important; }
#MessageArea { display:none; padding:0 0 0 10px; }
#content_wrapper #MessageArea { padding:0 0 0 0; float:left; width:588px; }
td.item .listPrice { font-weight:bold; text-decoration:line-through; }
#ShopcartPaginationText1 .textfloat { float:left; padding-top:10px; }
#ShopcartPaginationText2 .textfloat { float:left; padding-top:5px; }
#ShopcartPaginationText1 .divpadding { float:left; padding-left:12px; padding-top:10px; }
#ShopcartPaginationText2 .divpadding { float:left; padding-left:12px; padding-top:5px; }

/* -----------------------------------------------------------------------------*/
/* 34.BOPIS
/* -----------------------------------------------------------------------------*/
.dotted_line { background:url('../images/colors/color1/table_dotted_line.png'); background-repeat:repeat-x; }
.solid_line { border-top:1px solid #c9d3de; }
.bopis_link { color:#0055ad; }
.bopis_title { color:#404040; }
.content_header.hide { margin-left:-100px; margin-right:10px; float:right; min-width:50px; padding-top:12px; }
.content_header.hide img { vertical-align:bottom; }
#bopis_empty_table th { font-weight:normal; border-top:1px solid #c9d3de; height:18px; vertical-align:top; padding:7px 7px 0 0; text-align:left; }
#bopis_table { float:left; padding-bottom:4px; margin-top:5px; }
#bopis_table tr.nested th { border-top:1px solid #c9d3de; }
#bopis_table th { border-bottom:1px solid #c9d3de; height:18px; vertical-align:top; padding:0 7px 0 7px; text-align:left; }
#bopis_table td { padding:6px 7px 6px 7px; vertical-align:top; border-bottom:1px solid #c9d3de; }
#bopis_table td.avail img { vertical-align:middle; }
#bopis_table input,
#bopis_table select { background:none; border:none; }
#box .bopis_contentgrad_header { height:18px; background:url('../images/colors/color1/box_grad_header_tile_short.png'); background-repeat:repeat-x; margin:0 auto; }
.numbered_content_box { background-color:#dbe6f2; padding-top:5px; padding-bottom:2px; height:25px; }
.content_thick_line { width:100%; height:8px; background-color:#dbe6f2; }
#box#store_selection_container { height:15px !important; }
#store_selection.body { width:921px; }
#store_selection.blue_header { border-top:1px solid #c9d3de; }
#store_selection .blue_text { font-size:1.4em; }
#store_selection .blue_text span.small_bold { font-size:0.7em; font-weight:bold; padding-left:18px; }
#store_selection.number_info { border-bottom:7px solid #e1effd; width:100%; }
#store_selection.number_info span.blue_text { height:23px; line-height:23px; }
#location span.bold { padding-bottom:6px; display:block; }
.card_info .date { display:block; margin:0 0 10px; }
.card_info .month_year { float:left; padding-right:18px; }
.card_info select { width:63px; }
#your_store_list .text_padding { padding:10px 0; }
.info_icon { vertical-align:text-bottom; }
.tooltip_popup_price { font-family:arial,helvetica,sans-serif; }
.sixpixels { float:left; height:10px; padding-left:6px; }

.blue_header.hide { float:left; padding-top:12px; }.blue_header.hide img { vertical-align:bottom; }
/* bopis_table repeat starts - used for store list, the other is used for store results */
#bopis_table1 { float:left; padding-bottom:4px; margin-top:5px; }
#bopis_table1 tr.nested th { border-top:1px solid #c9d3de; }
#bopis_table1 th { border-bottom:1px solid #c9d3de; height:18px; vertical-align:top; padding:0 7px 0 7px; text-align:left; }
#bopis_table1 td { padding:6px 7px 6px 7px; vertical-align:top; border-bottom:1px solid #c9d3de; }
#bopis_table1 td.avail img { vertical-align:middle; }
#bopis_table1 input,
#bopis_table1 select { background:none; border:none; }

/* bopis_table repeat ends - used for store list, the other is used for store results */
.map { margin-left:auto; margin-right:auto; height:330px; }
.map_image { width:570px; height:330px; }
.numbered_blue_box { background-color:#dbe6f2; padding-top:5px; padding-bottom:2px; height:25px; }
.blue_thick_line { width:100%; height:8px; background-color:#dbe6f2; }
#box#store_selection_container { height:15px !important; }

#store_selection.body { width:921px; }
#store_selection.blue_header { border-top:1px solid #c9d3de; }
#store_selection .blue_text { font-size:1.4em; }
#store_selection .blue_text span.small_bold { font-size:0.7em; font-weight:bold; padding-left:18px; }
#store_selection span.small_bold { font-size:0.8em; font-weight:bold; padding-left:18px; }
#store_selection.number_info { border-bottom:7px solid #e1effd; width:100%; }
#store_selection.number_info span.blue_text { height:23px; line-height:23px; }

/** BEGIN:Pending orderdetails **/
#PendingOrderDisplay #content759 { /*this is only used in the PendingOrderDisplay page. It aligns the main content with the email ad on the right*/width:755px; float:left; padding-top:6px; }
.savedOrderDetailsTable { width:200px; }
.savedOrdersDetailsTableContainer { width:100%; float:left; }
.savedOrderDetailsTableContent { width:222px; }
#savedOrderDetailsTable_OrderDescContent input { margin-bottom:0; width:140px; height:100%; float:left; margin-top:2px; margin-right:5px; }
.savedOrderDetailsInputBorder { border:1px solid #AAB2BC; }
.savedOrderDetailsInputBorderWarning { border:2px solid red; }
.savedOrderDetailsTableHeader { width:80px; }
.savedOrderDetailsTableHeaderText { vertical-align:middle; }

/** END:Pending orderdetails **/

/** END:SAVED ORDERS **/

/* -----------------------------------------------------------------------------*/
/* 36.ORDER PRICING POPUP
/* -----------------------------------------------------------------------------*/ 
/*-- Order Pricing popup START --*/ 
#pricing_popup_main_div { display:none; }
#pricing_popup { width:427px; position:absolute; display:block; z-index:9999; }
#pricing_popup .top_left { background-image:url('../images/colors/color1/popup_topleft.png'); background-repeat:no-repeat; height:10px; width:8px; float:left; }
#pricing_popup .top_right { background-image:url('../images/colors/color1/popup_topright.png'); background-repeat:no-repeat; background-position:right; height:10px; width:419px; float:left; }
#pricing_popup .header { border-left:1px solid #a5aebd; background-image:url('../images/colors/color1/popup_center_tile.png'); background-repeat:repeat-y; background-position:right; text-align:right; height:23px; clear:left; }
#pricing_popup .close { padding:5px 15px 2px 0; color:#666666; }
#pricing_popup .close .icon { padding-top:2px; padding-left:4px; float:right; }
#pricing_popup .pricingTable { max-height:200px; width:95%; overflow-x:hidden; overflow-y:auto; }
#pricing_popup .pricingPopupButton { margin-left:5px; }
#pricing_popup .bodycontent { border-left:1px solid #a5aebd; background-image:url('../images/colors/color1/popup_center_tile.png'); background-repeat:repeat-y; background-position:right; margin:0; padding:0 0 10px 0; }
#pricing_popup .bodycontent.clear_float { clear:both; }
#pricing_popup .bodycontent h2 { font-size:14px; font-weight:bold; margin-left:11px; }
#pricing_popup .bodycontent#bopis_table_container { margin-left:5px; }
#pricing_popup .bodycontent.clear_float { clear:both; }
#pricing_popup .bodycontent .title { padding:0 17px 0 15px; }
#pricing_popup .bodycontent_short { padding:12px 17px 12px 15px; margin:0 1px 0 1px; }
#pricing_popup .footer { text-align:right; height:14px; width:427px; }
#pricing_popup .footer .bot_left { background-image:url('../images/colors/color1/popup_botleft.png'); background-repeat:no-repeat; height:14px; width:8px; float:left; }
#pricing_popup .footer .bot_right { background-image:url('../images/colors/color1/popup_botright.png'); background-repeat:no-repeat; background-position:right; height:14px; width:419px; float:left; }

/*-- Order Pricing popup END --*/
/*distributor Pricing Popup Information Table Styles */#distributor_pricing_popup { padding-right:16px; }
#distributor_pricing_popup.row.price_column { width:100px; }
#distributor_pricing_popup.row.price_column input { background-color:transparent; border:none; margin-bottom:0; padding:0; vertical-align:text-top; }
#distributor_pricing_popup.row.price_range_link { display:block; margin:0 0 0 18px; }
#distributor_pricing_popup.row.contract_column { width:250px; }

/* -----------------------------------------------------------------------------*/
/* 35.ERROR PAGE
/* -----------------------------------------------------------------------------*/
.warning { color:red; }

.generic_error_developers { font-weight:bold; }
.generic_error_container { margin-left:auto !important; margin-right:auto !important; margin-top:60px !important; width:70% !important; min-height:200px !important; float:none !important; }


/* -----------------------------------------------------------------------------*/
/* 38. Messagedisplay
/* -----------------------------------------------------------------------------*/
#MessageArea { display:none; position:fixed; _position:absolute; z-index:999; padding:0; }
#MessageArea#msgpopup_content_wrapper#msgpopup1_content#msgpopup1_txt span#ErrorMessageText { color:#000000; font-size:12px; }
#MessageArea#msgpopup_content_wrapper#msgpopup2_content#msgpopup2_txt span#ErrorMessageText { color:#000000; font-size:12px; }
#msgpopup_close_text { vertical-align:top; }
.msgpopup1 { display:none; min-height:55px; left:0; position:absolute; top:0; width:100%; }
.msgpopup1 .msgpopup_content_wrapper { background-color:#dddcdd; width:100%; min-height:50px; padding:0; margin:0; position:relative; border-top:1px solid #208805; border-bottom:1px solid #208805; }
.msgpopup1 .msgpopup_content_wrapper .content { background:url('../images/colors/color1/msgpopup1_content_bg.png'); background-repeat:repeat-x; background-position:top; min-height:50px; width:100%; }
.msgpopup1 .msgpopup_content_wrapper .left { background-color:#208805; width:3px; height:100%; position:absolute; left:0; top:0; }
.msgpopup1 .msgpopup_content_wrapper .right { background-color:#208805; width:3px; height:100%; position:absolute; right:0; top:0; }
.msgpopup1 .msgpopup_content_wrapper .content .icon { max-height:50px; width:30px; display:inline; position:absolute; left:-2px; top:0; }
.msgpopup1 .msgpopup_content_wrapper .content .icon .exc { background:transparent url('../images/colors/color1/msgpopup1_exc.png') no-repeat scroll 0 0; float:left; width:30px; height:30px; margin-left:15px; margin-top:8px; }
.msgpopup1 .msgpopup_content_wrapper .content .message_text { max-width:100%; height:100%; text-align:left; padding-top:8px; padding-bottom:10px; padding-left:55px; padding-right:70px; }
.msgpopup1 .msgpopup_content_wrapper .content .close { max-height:50px; position:absolute; right:0; top:0; }
.msgpopup1 .msgpopup_content_wrapper .content .close .msgpopup1_x { margin-right:10px; margin-top:10px; }

.msgpopup2 { display:none; min-height:55px; left:0; position:absolute; top:0; width:100%; }
.msgpopup2 .msgpopup_content_wrapper { background-color:#dddcdd; width:100%; min-height:50px; padding:0; margin:0; position:relative; border-top:1px solid #208805; border-bottom:1px solid #208805; }
.msgpopup2 .msgpopup_content_wrapper .content { background:url('../images/colors/color1/msgpopup2_content_bg.png'); background-repeat:repeat-x; background-position:top; min-height:50px; width:100%; }
.msgpopup2 .msgpopup_content_wrapper .left { background-color:#208805; width:3px; height:100%; position:absolute; left:0; top:0; }
.msgpopup2 .msgpopup_content_wrapper .right { background-color:#208805; width:3px; height:100%; position:absolute; right:0; top:0; }
.msgpopup2 .msgpopup_content_wrapper .content .icon { max-height:50px; display:inline; position:absolute; left:-2px; top:0; }
.msgpopup2 .msgpopup_content_wrapper .content .icon .exc { background:transparent url('../images/colors/color1/msgpopup2_exc.png') no-repeat scroll 0 0; float:left; width:38px; height:38px; margin-left:15px; margin-top:8px; }
.msgpopup2 .msgpopup_content_wrapper .content .message_text { max-width:100%; height:100%; text-align:left; padding-top:8px; padding-bottom:10px; padding-left:55px; padding-right:70px; }
.msgpopup2 .msgpopup_content_wrapper .content .close { max-height:50px; position:absolute; right:0; top:0; }
.msgpopup2 .msgpopup_content_wrapper .content .close .msgpopup1_x { margin-right:10px; margin-top:10px; }

/* -----------------------------------------------------------------------------*/
/* 41.BROWSING HISTORY
/* -----------------------------------------------------------------------------*/
/* Browsing history espot */
.loadingStatusArea { background:url(../images/colors/color1/loading.gif) no-repeat top left; width:98px; height:70px; margin:30px 0 0 45px; }
#WC_LeftSidebarDisplay_div_5 { padding-top:10px; display:none; }
.browsing_history_espot { width:145px; padding-right:1px; }
.browsing_history_espot .espot_header h2 { margin-right:0 !important; }
.browsing_history_espot .espot_header.left { background:transparent url(../images/colors/color1/box_yellow2_header_left.png) no-repeat scroll left top; float:left; height:13px; width:8px; }
.browsing_history_espot .espot_header.center { background:transparent url(../images/colors/color1/box_yellow2_header_tile.png) repeat-x scroll 0 0; float:left; height:13px; padding:0; width:129px; }
.browsing_history_espot .espot_header.right { background:transparent url(../images/colors/color1/box_yellow2_header_right.png) no-repeat scroll right top; float:left; height:13px; width:8px; }
.browsing_history_espot .espot_header.content_container { padding-top:13px; }
.browsing_history_espot .espot_header.content { height:auto; width:116px; padding:0 14px 7px; background:transparent url('../images/colors/color1/box_yellow2_center.png') repeat; border-right:1px solid #E5C44F; }
.browsing_history_espot .espot_footer.center { float:left; height:10px; width:125px; background:transparent url('../images/colors/color1/box_yellow_footer_tile.png') repeat-x scroll 0 0; }
.browsing_history_espot .espot_footer.left { float:left; background:transparent url('../images/colors/color1/box_yellow_footer_left.png') no-repeat scroll 0 0; width:10px; height:10px; }
.browsing_history_espot .espot_footer.right { background:transparent url('../images/colors/color1/box_yellow_footer_right.png') no-repeat scroll 0 0; float:left; height:10px; width:10px; }
.browsing_history_espot .body { background-color:#FFFFFF; border-left:1px solid #E5C44F; border-top:1px solid #E5C44F; border-right:1px solid #E5C44F; float:left; margin-top:0 !important; padding:6px; width:131px; height:auto; }
.browsing_history_espot .thumbOuter { width:100%; }
.browsing_history_espot .thumbScroller { position:relative; }
.browsing_history_espot .thumbsNode { position:relative; min-height:230px; }
.browsing_history_espot .navPrev { background:url("../images/colors/color1/up_arrow.png") no-repeat center center; height:6px; width:140px; }
.browsing_history_espot .navPrev:hover { background:url("../images/colors/color1/up_arrow_hover.png") no-repeat center center; height:6px; width:140px; }
.browsing_history_espot .navNext { background:url("../images/colors/color1/down_arrow.png") no-repeat center center; height:6px; width:125px; }
.browsing_history_espot .navNext:hover { background:url("../images/colors/color1/down_arrow_hover.png") no-repeat center center; height:6px; width:125px; }
.browsing_history_espot .imgContainer { height:125px; }
.browsing_history_espot .scrollPaneDescription { height:auto; }
.browsing_history_espot .scrollPanePrice { height:auto; }

/* Browsing history my account page */
#BrowsingHistoryDisplay_Widget.divider_line { border-top:1px solid #c6d0dc; padding-bottom:10px; *padding-bottom:0; width:99%; background-color:transparent !important; }
#BrowsingHistoryDisplay_Widget.divider { padding-bottom:10px; }
.item_wrapper_grid { width:18%; float:left; text-align:left; padding:5px; border-left:1px dotted #c3ced9; }
.item_wrapper_grid_begin { width:18%; float:left; text-align:left; padding:5px; }
.item_wrapper_grid .description { height:50px; }
.item_wrapper_grid_begin .description { height:50px; }
.item_wrapper_grid .price { height:30px; }
.item_wrapper_grid_begin .price { height:30px; }
.item_wrapper_list .image_wrapper { width:70px; float:left; padding:10px; }
.item_wrapper_list .information { width:440px; float:left; padding:10px; }
.item_wrapper_list .information h3 { font-size:10px; font-weight:bold; padding-right:7px; width:440px; }
.item_wrapper_list .information p { width:440px; }
.item_wrapper_list .price { width:70px; float:left; text-align:right; padding-top:5px; font-weight:bold; }
.item_wrapper_list .button_wrapper { width:110px; float:right; padding:10px; }
.browsing_history_empty { padding-top:5px; padding-bottom:5px; }
.display_results { padding:9px 0; float:left; }

/* MapQuest Custom Styles */
.mqabasicwnd, .gm-style-iw { width:365px !important; } 
.mqabasicwnd ul,.gm-style-iw ul { margin:0px 10px 0 10px; text-transform:uppercase; }
.mqabasicwnd ul li, .gm-style-iw ul li { clear:both; padding:1px 0; font-size:11px; }
.mqabasicwnd li.storeName, .gm-style-iw li.storeName { font-size:14px!important; font-weight:bold; color:#1f1f1f; padding:10px 0 3px 0; text-transform:capitalize; }
.gm-style-iw .active{ text-decoration:underline;  }
.gm-style-iw .inactive{ text-decoration:none;  }
li.address1, li.city-state span.city { text-transform:capitalize; }
li.city-state span.state { text-transform:uppercase; }
.mqabasicwnd p.hours-text, .gm-style-iw p.hours-text { clear:both; padding:7px 10px 0 10px; font-size:11px; text-transform:uppercase!important; }
.mqabasicwnd ul.hours, .gm-style-iw ul.hours { width:170px; font-size:11px; color:#666; padding:0px 0 10px 0; }
.mqabasicwnd .mapquest-options, .gm-style-iw .mapquest-options { position:absolute; top:90px; right:30px; font-size:12px; font-weight:bold; text-align:left; line-height:18px; }
.get-directions #map { float:right; width:530px; height:680px; display:none; border:1px solid #CAC9C6; margin:20px 0 0; position:fixed; }
.find-a-store #mapsContainer { position: relative; display:none; float:right; width:530px; height:443px; border:1px solid #CAC9C6; margin:20px 0 0; }
.find-a-store #map { width:530px; height:443px;  position:absolute; } 
.find-a-store #overviewMap {width: 140px; height: 120px; position: absolute; bottom: 0em; right: 0em; border-top: 1px solid #9e9e9e; border-left: 1px solid #9e9e9e; display: none;}
.find-a-store #mapsContainer.fixed { margin:0; position:fixed !important; top:20px !important; }
.find-a-store .storeLocatorResults { float:left; width:373px; margin:0px 40px 0 0; }
.stores #map { width:739px; height:173px; float:left; clear:both; margin:10px 0 20px; position:relative; top:-120px; z-index:0; }
.storeLocation { padding:20px 0; border-bottom:1px solid #E8E8E8; float:left; clear:both; width:373px; position:relative; }
.storeLocation.last { border-bottom:none; }
.storeLocation .miles { float:left; width:45px; position: relative}
.storeLocation .miles .store-result-icon { margin:0 0 0 6px; float:left; background:transparent url(../images/icons/mapicon.png) no-repeat; width:32px; height:36px; padding:6px 5px 0 0; text-align:center; }
.storeLocation .miles .store-result-number { font-weight:bold; color:#FFF; font-size:18px; position: absolute; width: 23px; left: 0; text-align: center; top: 6px; margin: 0 10px;}
.dj_ie9 .storeLocation .miles .store-result-number { height:35px; padding:7px 5px 0 0; }
.storeLocation .miles .mile-number { float:left; clear:both; color:#a4a4a4; font-size:11px; text-align:center; font-weight:bold; display:block; width:100%; }
.storeLocation .glasses-hour { position:absolute; top:90px; right:10px; width:134px; height:29px; text-indent:-9999px; }
.storeLocation ul { width:305px; }
.storeLocation ul li { float:left; margin:2px 0; font-size:11px; clear:both; text-transform:capitalize; }
.storeLocation ul li span.state { text-transform:uppercase; }
.storeLocation ul.store-address { float:left; margin:0px 0 0 10px; }
.storeLocation ul.link-options { float:left; margin:15px 0 20px 56px; }
.storeLocation ul li.store-name,.storeLocation ul li.store-name a { font-size:14px; font-weight:bold; margin:4px 0 0 0; color:#666; text-decoration:none;}
.storeLocation ul li a { text-decoration: underline; }
.storeLocation .schedule-exam-form { float:left; clear:both; }
.storeLocation .schedule-exam-form a.schedule-exam { }
.store-result-holder .disclaimer { float:left; clear:both; margin:15px 0 0; width:994px; border-top:1px solid #CAC9C6; padding:10px 0 25px 30px; }
.store-result-holder .disclaimer a.seeMoreLocationLink { font-weight:bold; font-size:11px; float:left; }
.store-result-holder .disclaimer p { float:left; clear:both; padding:20px 0 10px 0; font-size:9px; font-style:italic; }
.store-result-holder .schedule-exam-store { margin:0 0 0 56px; }

/* Doctor Information Model */
#doctorInformationModal { padding:20px 0; border-radius:6px; }
doctorInformationModalContent { position:relative; }
#doctorInformationModalContent h2 { width:580px; padding:10px 10px; border-bottom:1px solid #CAC9C6; }
#doctorInformationModalContent h2 span.blue { font-size:13px; }
#doctorInformationModalContent .round-button { clear:both; float:left; }
#doctorInformationModalContent ul.exam-store-hours, #doctorInformationModalContent ul.exam-address, #doctorInformationModalContent ul.contact-info { float:left; }
#doctorInformationModalContent ul.exam-store-hours { width:185px; margin:15px 15px 0 0; }
#doctorInformationModalContent ul.exam-address { width:200px; margin:15px 15px 0 15px; }
#doctorInformationModalContent ul.contact-info { width:155px; margin:15px 15px 0 0; }
#doctorInformationModalContent ul li, #doctorInformationModalContent ul li { font-size:11px; float:left; clear:both; margin:2px 0; }
#doctorInformationModalContent ul li.heading { font-weight:bold; }
#doctorInformationModalContent .schedule-exam-store { margin:15px 0 0 0; }
#doctorInformationModalContent #the-accordion { float:left; height:310px; width:620px; overflow:hidden; z-index:990; margin:20px 0 0 0; position:relative; }
#slider-vertical-doctor-modal { display:none; right:10px; top:255px; height:190px; position:absolute; width:7px; background:#FFF; border:1px solid #E0E0E0; }
#slider-vertical-doctor-modal .ui-slider-handle { border:1px solid #CAC9C6; background:#b7b7b7 no-repeat; width:7px; left:-1px; height:16px; margin-bottom:-50%; cursor:pointer; position:absolute; z-index:16; }
#doctorInformationModalContent #doctor-accordion { overflow:hidden; width:620px; position:relative; float:left; }
#doctorInformationModalContent #doctor-accordion p.heading-section.ui-state-default.ui-state-active, #doctorInformationModalContent #doctor-accordion p.heading-section.ui-state-active { margin:0px; height:9px; display:block; float:left; border-radius:5px 5px 0 0; -webkit-border-radius:5px 5px 0 0; -moz-border-radius:5px 5px 0 0; border-bottom:none; }
#doctorInformationModalContent #doctor-accordion p.heading-section.ui-state-default { position:relative; width:588px; height:18px; padding:7px 15px 4px; margin:0px 0 10px 0; display:block; float:left; border:1px solid #E0E0E0; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; }
#doctorInformationModalContent #doctor-accordion p.heading-section a { position:absolute; left: 250px; top: 0; font-size:10px; color:#1f1f1f; }
#doctorInformationModalContent #doctor-accordion p.heading-section.ui-state-default.ui-state-active a span.arrow, #doctorInformationModalContent #doctor-accordion p.heading-section.ui-state-active a span.arrow { background:url(../images/to-sprite.png) no-repeat -7px -27px; width:6px; height:8px; display:inline-block; margin:0px 0 0 4px; }
#doctorInformationModalContent #doctor-accordion p.heading-section.ui-state-default a span.arrow { position: absolute; top: 4px; left: 92px; background:transparent url(../images/to-sprite.png) no-repeat 0 -27px; width:6px; height:8px; display:inline-block; margin:0px 0 0 4px; }
#doctorInformationModalContent .accordion-section { background:#FFF; position:relative; float:left; clear:both; padding:10px 15px; width:588px; border-left:1px solid #E0E0E0; border-right:1px solid #E0E0E0; border-bottom:1px solid #E0E0E0; margin-bottom:25px; border-radius:0 0 5px 5px; -webkit-border-radius:0 0 5px 5px; -moz-border-radius:0 0 5px 5px; }
#doctorInformationModalContent .each-doc { float:left; clear:both; padding:10px 0 20px 0; border-bottom:1px solid #E0E0E0; }
#doctorInformationModalContent .accordion-section .bottom { position:absolute; bottom:-4px; left:0px; width:620px; height:5px; z-index:1000; }
#doctorInformationModalContent .accordion-section p.left { float:left; margin:0px 15px 0 0; font-size:11px; width:220px; line-height:18px; }
#doctorInformationModalContent .accordion-section ul { float:left; padding:0px 0 0 30px; width:300px; }
#doctorInformationModalContent .accordion-section ul li { list-style:disc; font-size:11px; }
#doctorInformationModalContent .accordion-section .doc-image { float:left; width:145px; margin:0px 20px 0 0; }
#doctorInformationModalContent .accordion-section .doc-info { float:left; width:410px; }
#doctorInformationModalContent .accordion-section p.doc-name { font-size:14px; font-weight:bold; padding:0px 0 12px 0; line-height:18px; }
#doctorInformationModalContent .accordion-section p.doc-info { font-size:11px; line-height:17px; padding:0px 0 15px 0; }
#doctorInformationModalContent .accordion-section p.doc-info span.bold { font-weight:bold; line-height:20px; color:#1f1f1f; }
#doctorInformationModalContent p.modal-disclaimer { font-size:9px; line-height:15px; font-style:italic; padding:10px 0 0 0; float:left; clear:both; }

/* MODALS */
.ui-helper-clearfix:after { clear:both; content:"."; display:block; height:0; visibility:hidden; }
.ui-dialog,
.ui-dialog * {
	box-sizing: border-box;
}

#doctorInformationModalContent * {
	box-sizing:unset;	
}

.ui-dialog { 
	border-radius:0;
	padding:25px 20px;
	position:absolute;
	background:#FFF;
	border:2px solid #d51513;
	top: 20px;
	z-index:10003 !important;
}
.ui-widget { font-size:1.1em; z-index:18; }
/*.ui-dialog.with-bg { background:#fff; background:url(data:image/svg+xml; base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background:-moz-linear-gradient(top,  #ffffff 0%, #eaeaea 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea)); background:-webkit-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); background:-o-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); background:-ms-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); background:linear-gradient(to bottom,  #ffffff 0%,#eaeaea 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); }*/
.ui-dialog.choicesModal { padding:0; }
.ui-widget-overlay { background:#000; opacity:.9; position:fixed; top:0px; left:0px; z-index:10002 !important; width:100vw; height:100vh;}
.ui-widget-overlay.lower-zindex { z-index:9900; } 
.ui-dialog .ui-dialog-titlebar { padding:0px; position:relative; }
.ui-widget-header { position:relative; }
.ui-dialog .ui-dialog-titlebar-close { height:38px; position:absolute; right:15px; top:-20px; width:8px; }
.ui-dialog-titlebar-close.ui-corner-all.eyeexams { width:179px; }
.ui-dialog.choicesModal .ui-dialog-titlebar-close { right:5px; top:22px; }
#adChoicesModal iframe h1 { color:#F00 !important; }
#adChoicesModal, #footerDoctorNotice { display:none; }
#footerDoctorNotice h2 { font-size:18px; }
#footerDoctorNotice p { font-size:11px; line-height:17px; padding:10px 0 0; }
#footerDoctorNotice .star { color:#f4791f; }
.ui-dialog.quick-view .ui-dialog-titlebar-close, .ui-dialog.close-button-outside .ui-dialog-titlebar-close { right:-31px; top:-40px; }
.ui-dialog .ui-dialog-content { background:none repeat scroll 0 0 transparent; border:0 none; /*overflow:auto; */ }
.ui-dialog-title { display:none; }
.ui-dialog-titlebar-close .ui-icon {
	float:left;
	background:url(../images/red-close.png) no-repeat;
	width:30px;
	height:30px;
	text-indent:-9999px;
	position:relative;
}
.ui-dialog-titlebar-close.eyeexams .ui-icon { font-size:12px; font-weight:bold; text-indent:0; width:179px; line-height:22px; }
.ui-dialog #modal-pdp-measurements p.title { color:#1f1f1f; font-size:28px; font-weight:bold; padding:0px 0 5px 0; text-transform:uppercase; }
.ui-dialog #modal-pdp-measurements p.title.fit { margin:20px 0 0; }
.ui-dialog #modal-pdp-measurements p, .ui-dialog #modal-pdp-measurements span { float:left; clear:both; }
.ui-dialog .left-measurements, .ui-dialog .right-measurements { float:left; }
.ui-dialog .left-measurements { width:305px; margin:0px 15px 0 0 }
.ui-dialog .left-measurements p strong { color:#1f1f1f!important; }
.ui-dialog .left-measurements p { font-size:11px; line-height:18px; color:#838383; }
.ui-dialog .right-measurements { width:440px; }
.ui-dialog .right-measurements img { padding:30px 0 0; }
#changeLocationModal input[type="text"] { width:325px; margin:0 5px 0 0; }

/* Face Shape Modal */
#face-shape-modal { display:none; }
#face-shape-modal h2 { color:#666; font-size:40px; font-weight:bold; margin:10px 0 20px; }
#face-shape-modal span { margin:0 30px 0 0; float:left; display:inline-block; background:transparent url(../images/face-shapes.jpg) no-repeat; width:61px; }
#face-shape-modal span.oval { background-position:0 0; height:70px; }
#face-shape-modal span.round { background-position:0 -159px; height:60px; }
#face-shape-modal span.heart { background-position:0 -320px ; height:63px; }
#face-shape-modal span.square { background-position:0 -452px; height:57px; }
#face-shape-modal .section { float:left; width:100%; clear:both; margin:0 0 20px; }
#face-shape-modal .copy { float:left; width:75%; }
#face-shape-modal .copy p, #face-shape-modal .copy h3 { font-size:20px; line-height:24px; }
#face-shape-modal .copy strong { font-size:17px; }

/* BEGIN Lens Selection Modal*/

.lens-selection-modal {
	padding: 10px 0 0;
}
	
	/*
	.lens-selection-modal .ui-dialog-titlebar-close {
	    background: transparent url("../images/icons/modal-close.png") center center no-repeat;
	    background-size: 30px;
	   	border: none;
	    float: right;
	    height: 30px;
		margin: -22px -10px 0 0;
	    width: 30px;
	}
	*/
	
	.lens-selection-modal h2 {
		font-size: 30px;
		padding: 0 15px;
	}
		
	.product-detail .lens-selection-modal .check-row {
		padding: 20px;
		width: 100%;
	}
		
		.lens-selection-modal .check-row > div > .price {
			float: right;
			width: 25%;
		}
		
		.lens-selection-modal .check-row.step2 > div > .price {
			margin-top: -30px;
		}
		
			.lens-selection-modal .check-row > div > .price span {
				clear: right;
				display: block;
				float: right;
				margin-top: 20px;
			}
				
				.lens-selection-modal .check-row > div > .price span.percent, .lens-selection-modal .check-row > div > .price span.percent_off {
					display: none;
				}
				
				.lens-selection-modal .check-row > div > .price span.price {
					font-size: 17px;
					font-weight: bold;
				}
				
				.lens-selection-modal .check-row > div > .price span.price.bold {
					margin:0;
				}
					
					.lens-selection-modal .check-row > div > .price span.price.red, .lens-selection-modal .check-row > div > .price .offerprice  {
						color: #D51513;
						float:right;
						font-weight:bold;
						margin-top:-40px;
					}
					
					.lens-selection-modal .check-row > div > .price span.price.strike {
						font-size: 12px;
						position: relative;
					}
						
						.lens-selection-modal .check-row > div > .price span.price.strike:before {
							background: #D51513;
							content: " ";
							display: block;
							height: 2px;
							position: absolute;
							top: 5px;
							width: 100%;
						}
		
		.lens-selection-modal .check-row .long-description {
			clear: both;
			padding: 10px 0;
			width: 100%;
		}
			
			.lens-selection-modal .check-row .long-description b {
				margin-bottom: 5px;
			}
		
		.lens-selection-modal .check-row input[type="radio"],
		.lens-selection-modal .check-row input[type="checkbox"] {
			position: absolute;
			left: -9999px;
		}
		
		.lens-selection-modal .check-row .light-gray-button,
		.lens-selection-modal .check-row .red-button {
			display: inline-block;
			margin: 20px 0 0;
			padding: 0 35px;
			width: auto;
		}
		
		.lens-selection-modal .check-row .red-button {
			padding: 17px 35px;
		}
	
	.lens-selection-modal .edit-addons {
	    bottom: 35px;
	    font-size: 16px;
		position: absolute;
	    right: 20px;
	}
	
	.lens-selection-modal .ui-accordion {
		margin: 30px 0;
		width: 100%;
	}
		
		.lens-selection-modal .ui-accordion h3 {
			font-size: 18px;
			font-weight: normal;
			padding: 30px 10px;
		}
			
			.lens-selection-modal .ui-accordion h3 span.arrow {
				display: inline-block;
				margin-right: 10px;
				vertical-align: middle;
			}
		
		.lens-selection-modal .ui-accordion h3:first-child {
			border-top: 1px solid #e2e2e2;
		}
		
		.lens-selection-modal .ui-accordion h3.ui-state-default {
			border-bottom: 1px solid #e2e2e2;
		}
		
		.lens-selection-modal .ui-accordion h3.ui-state-active {
			border-bottom: none;
			padding-bottom: 10px;
		}
		
		.lens-selection-modal .ui-accordion h3 .count {
			float:right;
			font-size:14px;
		}
			
			.lens-selection-modal .ui-accordion h3.ui-state-active + div {
				border-bottom: 1px solid #e2e2e2;
			}
		
		.lens-selection-modal .ui-accordion > div {
			padding: 10px 20px;
			width: 100%;
		}
		
		.lens-selection-modal .ui-accordion h4 {
			float: left;
			max-width: 75%;
		}
		
		/*
		.lens-selection-modal .ui-accordion .check-row {
			border-bottom: 1px dashed #e2e2e2;
			padding: 20px 0;
		}
		*/
	
	.lens-selection-modal .lens-options-row {
		margin-top: 20px;
	}
		
		.lens-selection-modal .lens-options-row:first-child {
			margin-top: 0;
		}
		
		.product-detail .lens-selection-modal .lens-options-row .check-row {
			border-bottom: 1px dashed #e2e2e2;
			margin: 0 auto;
			width: 85%;
		}
			
			.lens-selection-modal .lens-options-row .check-row:last-child {
				border-bottom: none;
			}
			
			.lens-selection-modal .lens-options-row .check-row > img {
				display: block;
				margin: 0 auto;
			}
			
			.lens-selection-modal .lens-options-row .check-row .description {
				padding: 15px 0;
				width: 290px;
			}
	
	.lens-selection-modal .sunglasses-buttons {
		overflow: hidden;
	}
		
		.lens-selection-modal .sunglasses-buttons a {
			display: block;
			float: left;
			line-height: 50px;
			margin: 0;
			padding: 0;
		}
			
			.lens-selection-modal .sunglasses-buttons a#go-back-lens-modal-button {
				border-top: 1px solid #e2e2e2;
				color: #0282d1;
				padding: 0 15px;
				width: 60%;
			}
				
				.lens-selection-modal .sunglasses-buttons a#go-back-lens-modal-button:before {
					content: " ";
					display: inline-block;
					margin-right: 10px;
					vertical-align: middle;
					
				    width: 0;
				    height: 0;
				    border-top: 5px solid transparent;
				    border-bottom: 5px solid transparent;
				    border-right: 10px solid #0282d1;
				}
			
			.lens-selection-modal .sunglasses-buttons #finish-lens-modal-button {
				background: #D51513;
				border-radius: 0;
				border-right: 1px solid #D51513;
				border-top: 1px solid #D51513;
				color: #FFF;
				text-align: center;
				width: 40%;
			}
			
/* END Lens Selection Modal*/

/* Get Directions Find a store*/
#num-results { float:left; clear:both; width:100%; border-bottom:1px solid #E8E8E8; padding:0 0 3px; margin:20px 0 0; font-weight:bold; }
.get-directions h1 { font-size:32px; padding:15px 0 4px 0; }
.get-directions a.back-to-store { font-size:11px; font-weight:bold; }
.get-directions p { font-size:11px; }
#getDirectionsForm { float:left; width:360px; margin:20px 30px 30px 0; }
#getDirectionsForm #state { display:block !important; position:relative; width:70px; margin-bottom:0; }
#getDirectionsForm .fe { clear:both; float:left; margin:4px 0; position:relative; width:325px; }
#getDirectionsForm .fe.city, #getDirectionsForm .fe.state, #getDirectionsForm .fe.zip { clear:none !important; margin:4px 10px 15px 0; }
#getDirectionsForm .fe.city { margin-right:20px; width:180px; }
#getDirectionsForm .fe.city .city-input { width:180px !important; }
#getDirectionsForm .fe.state { width:65px; margin-right:20px;}
#getDirectionsForm .fe.zip { margin-right:0px!important; width:65px !important; }
#getDirectionsForm .fe.state a.selectBox { clear:both; float:left; }
#getDirectionsForm .fe input[type="text"] { clear:both; float:left; padding-top:5px; height:17px; }
#getDirectionsForm .fe input[type="text"].address-input { width:350px; }
#getDirectionsForm .fe input[type="text"].address-input.two { margin:6px 0 0 0; }
#getDirectionsForm .fe input[type="text"].city-input { width:230px; }
#getDirectionsForm .fe input[type="text"].zip-input { width:65px; }
.get-directions h3 { font-size:16px; font-weight:bold; padding-bottom:4px; }
.get-directions .destination p { line-height:21px; font-size:11px; margin-bottom:20px; }
.get-directions .destination p span#TOStoreNameForGetDirections { font-weight:bold; }
.get-directions .destination { float:left; width:300px; margin:20px 0 0 0; }
.get-directions .destination a { float:left; font-weight:bold; font-size:11px; }
.find-a-store p.subtext { font-size:11px; padding-bottom:10px; }
.find-a-store p.subtext.pdpSubText { width:520px; float:left; }
.find-a-store form .fe { float:left; }
.find-a-store .store-search-form { margin:20px 0 30px 0; float:left; }
.find-a-store .store-search-form a.submit-find-store { }
.find-a-store form input[type="text"] { width:270px; font-size:14px; color:#717171; margin:0 5px 0 0; }
.find-a-store .store-result-holder, .get-directions .directions-result-holder { width:100%; float:left; clear:both; margin:10px 0 0 0; padding:0px 0 20px 0; position:relative; }
#myPrefferedStoreSelectDiv { display:none; }
#directionsEmailPrintLink { display:block; position:absolute; right:-16px; top:15px; width:130px; }
#directionsEmailPrintLink a.email-friend { display:none; margin:0 10px 0 0; text-indent:0; padding:0 0 0 15px; width:auto; }
#directionsEmailPrintLink #getDirectionPrintLink { margin:0; text-indent:0; padding:0 0 0 80px; width:auto; }
.get-directions .directions-result-holder { display:none; }
.get-directions .directions-result-holder p.directions-heading { float:left; clear:both; width:100%; border-bottom:1px solid #E0E0E0; padding:0px 0 3px 0; margin:20px 0 0; font-size:11px; font-weight:bold; }
.find-a-store .storeLocatorResults { float:left; width:378px; margin:0px 40px 0 0; }
#the-directions { float:left; width:373px; z-index:990; margin:20px 0 0 0; position:relative; }
#scroll-pane-narrative-directions { width:353px; position:relative; float:left; }
#slider-vertical-directions { right:585px; top:0px; height:528px; }
.each-direction-step, .adp-placemark { clear:both; float:left; margin:0px 0 0 0; height:70px; padding:20px 0;  border: 0px !important; border-bottom:1px solid #CAC9C6 !important; width:380px; }

#the-directions div div div table img.adp-marker { content:url(/wcsstore/TargetOpticalStorefrontAssetStore/images/mapquest_icon_a.png);} 
#the-directions div div div div table img.adp-marker { content:url(/wcsstore/TargetOpticalStorefrontAssetStore/images/mapquest_icon_b.png);} 
.adp-substep { color: #838383; }
.adp-distance { font-weight: bold; }
.adp-text {vertical-align: middle; margin-left:0.5em;}
.adp-placemark .adp-marker { float:left; width:35px; margin:0.5em; clear:both; }
.each-direction-step > div { position:relative; float:left; }
.each-direction-step.last { background:#f6f6f6; }
.each-direction-step .icon-holder{ float:left; width:45px; margin:0px 0 6px 0; clear:both; }
 /*.adp-placemark  {border: 0px 0px auto 0px; border-right: 0px; padding: 1em 0.5em;}*/
.each-direction-step img { display:block; }
.each-direction-step .text-narrative { float:left; width:327px; font-size:12px; line-height:18px; position:absolute; top:0; left:50px; }
.each-direction-step .text-narrative p { float:left; width:260px; font-size:12px; }
.each-direction-step .text-narrative p span.number{ float:left; width:20px; }
.each-direction-step .text-narrative p span.narrative { float:left; width:240px; }
.each-direction-step .text-narrative .distance { float:right; color:#838383; font-size:11px; font-weight:bold; }

.scroll-bar-wrap { position:relative; float:left; margin:15px 0 0 0; }
#StoreAddedMsgDiv h2 span { font-size:14px; font-style:italic; }
#StoreAddedMsgDiv h2, #StoreAddedAsPrefferedDiv h2 { font-size:18px; padding:0px 0 10px 0; }
#StoreAddedMsgDiv .fe, #StoreAddedAsPrefferedDiv .fe.buttons { float:right; width:100%; clear:both; margin:7px 0 0; text-align:right; }
#StoreAddedAsPrefferedDiv .fe.buttons { margin:27px 0 0; }
#StoreAddedAsPrefferedDiv .fe.buttons a.go-to-account { margin:27px 10px 0 329px; font-size:12px; font-weight:bold; }
#StoreAddedMsgDiv .fe label { float:left; font-weight:normal; }
#StoreAddedMsgDiv .fe label span { float:left; font-weight:normal; width:300px; }
#StoreAddedMsgDiv .fe p.like-to { float:left; padding:0px 0 5px 0; font-weight:bold; color:#1f1f1f; font-size:11px; }
#StoreAddedMsgDiv .fe input[type="text"] { float:left; width:480px; margin:4px 0 0 0; clear:both; }
#StoreAddedMsgDiv .cancel { margin:0px 0 0 325px; }
#StoreAddedAsPrefferedDiv .store-info-updated { float:left; clear:both; margin:10px 0 0 0; width:585px; }
#StoreAddedAsPrefferedDiv .store-info-updated .store-info-updated-top, #StoreAddedAsPrefferedDiv .store-info-updated .store-info-updated-bottom { height:5px; float:left; clear:both; width:585px; }
#StoreAddedAsPrefferedDiv .store-info-updated .store-info-updated-top { background-position:-2px -506px; }
#StoreAddedAsPrefferedDiv .store-info-updated .store-info-updated-bottom { background-position:-2px -516px; }
#StoreAddedAsPrefferedDiv .store-info-updated .store-info-updated-content { float:left; clear:both; border-left:1px solid #cac9c6; border-right:1px solid #cac9c6; width:543px; padding:20px; }
#StoreAddedAsPrefferedDiv .store-info-updated h3.store-added { padding:0px 0 12px 0; float:left; }
#StoreAddedAsPrefferedDiv .store-info-updated h3.store-added span { float:left; }
#StoreAddedAsPrefferedDiv .store-info-updated h3.store-added span.icon-added { width:37px; height:41px; margin:0px 10px 0 0; }
#StoreAddedAsPrefferedDiv .store-info-updated h3.store-added span.green-text { color:#60bd67; font-style:italic; font-size:11px; padding:8px 0 4px 0; }
#StoreAddedAsPrefferedDiv .store-info-updated h3.store-added span.nick_store_name_div { color:#cbcbcb; font-size:14px; font-family:Arial; clear:both; }
#StoreAddedAsPrefferedDiv .store-preferred-info ul { width:100%; }
#StoreAddedAsPrefferedDiv .store-preferred-info ul li { float:left; margin:2px 0; font-size:11px; clear:both; }
#StoreAddedAsPrefferedDiv .store-preferred-info ul.store-address { float:left; margin:0px 0 0 10px; }
#StoreAddedAsPrefferedDiv .store-preferred-info ul.link-options { float:left; margin:15px 0 20px 56px; }
#StoreAddedAsPrefferedDiv .store-preferred-info ul li.storeName { font-size:14px; color:#1f1f1f; font-weight:bold; margin:4px 0 0 0; text-transform:capitalize; }
#StoreAddedAsPrefferedDiv .store-preferred-info ul li a { font-weight:bold; font-size:11px; }
#StoreAddedAsPrefferedDiv .store-preferred-info .hours-text { color:#1f1f1f; font-weight:bold; padding:10px 0 3px 0; float:left; clear:both; font-size:11px; }
.store-preferred-info { float:left; clear:both; }
.find-a-store #specialEventESpot { float: right; }

/* Eye exam flow */
.eye-exam-header { text-transform: none; }
.steps-holder { background:url(../images/to-exams-bg.png) no-repeat; width:950px; float:left; clear:both; margin:0 0 25px; height:105px; }
.steps-holder.on-step-one { background-position:0px -220px; }
.steps-holder.on-step-two { background-position:0px -111px; }
.steps-holder.on-step-three { background-position:0px 0px; }
.exam-confirm-close {border: 1px solid #E0E0E0; border-radius: 5px; float:right; }
.steps-holder .step-one span, .steps-holder .step-two span, .steps-holder .step-three span { text-transform:uppercase; font-size:16px; font-weight:bold; }
.steps-holder .step-one, .steps-holder .step-two, .steps-holder .step-three, .steps-holder .step-info { float:left; }
.step-info.is-signed-in { color:#838383; font-size:11px; width:370px !important; }
.checkStyle { color:#63BE6A; font-size:11px; font-style:italic; font-weight:bold; margin:0 0 5px; }
.is-signed-in .checkStyle { float:left; }
.step-info.is-signed-in > span { color:#60BD67; display:block; font-style:italic; margin:4px 0 10px; }
.steps-holder .step-one { margin:67px 0 0 43px; }
.steps-holder .step-two { margin:67px 0 0 90px; }
.steps-holder .step-three { margin:67px 0 0 95px; }
.steps-holder .step-info { margin:19px 0 0 78px; width:430px; }
#scheduleBack { font-size:11px; margin:10px 0; font-weight:bold; float:left; }
.exam-steps h1 { clear:both; }
.exam-steps.step3 h1, .confirmation-wrapper h1 { margin:0 0 5px; }
.confirmation-wrapper { padding:0 0 0 20px; }
.exam-steps.center-content { margin:0 auto; padding:0 10px; width:950px; }
.step2 .schedule-exam-left { float:left; width:599px; margin:0 40px 0 0; padding:0 40px 0 0; }
.step2 .schedule-exam-right { float:left; width:270px; }
.step2 .examLimitReached.tooltip { top:-73px; }
.step3 .step3Print { margin:-5px 0 0; padding:0 0 0 18px; text-indent:0; width:auto; font-size:11px; float:right; position:relative; top:-5px; font-weight:bold; }
.step3 .step3Print span { background:transparent url(../images/to-sprite.png) no-repeat -20px -37px; width:14px; height:13px; display:inline-block; margin:0 3px 0 0; }
.step3 .schedule-exam-left { float:left; width:599px; margin:0 40px 0 0; padding:0 40px 0 0; }
.checkStyle { font-style:italic; font-weight:bold; color:#63be6a; font-size:11px; }
.checkStyle span { display:inline-block; width:18px; height:15px; margin:0 3px 0 0; background:transparent url(../images/to-sprite.png) no-repeat 0 -36px; position:relative; }
.step3 .schedule-exam-right { float:left; width:270px; }
.schedule-exam-right .location-content, .schedule-exam-right .exam-content { float:left; position:relative; clear:both; border:1px solid #E0E0E0; width:250px; padding:10px; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; }
.step3 .schedule-exam-left .location-top-section, .step3 .schedule-exam-left .location-bottom-section { width:719px; height:7px; float:left; clear:both; }
.step3 .schedule-exam-left .location-top-section { background-position:-4px -352px; }
.step3 .schedule-exam-left .location-bottom-section { background-position:-4px -359px; }
.step3 .schedule-exam-left .exam-content { float:left; position:relative; clear:both; padding:10px; width:580px; border:1px solid #E0E0E0; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; margin:0 0 10px; }
.step3 .buttons { position:relative; float:left; clear:both; width:100%; }
.step3 .buttons #AddAnotherExamLink { float:left; }
.step3 .buttons a.book-exams { float:right; }
.step3 .buttons a.back-button { float:right; }
.exam-location{ margin-bottom: 5px;clear:both; }
.step3 .disclaimer { float:left; clear:both; margin:0px 0 20px 0; }
.step3 .disclaimer p { font-size:10px; font-style:italic; line-height:16px; }
.step3 .subtext { margin:0 0 20px; }
.steps-holder .step-info .exam-popup-click span span { background-color: transparent; border-radius: 0; border-top:5px solid transparent; border-right:5px solid #FFF; border-bottom:5px solid transparent; border-left:none; height: 0; left: -5px; padding: 0; top: 18px; width: 0; }
.steps-holder .step-info .exam-popup-click span { background-color: #FFFFFF; border: 1px solid #CDCCC9; border-radius: 10px 10px 10px 10px; display: inline-block; font-size: 12px; padding: 5px; position: absolute; width: 220px; color:#1F1F1F; top:-18px; left:20px; display:none; }
.steps-holder .step-info .exam-popup-click { position: relative; }
.steps-holder .step-info .exam-popup-click:hover span { display:block; }
.TO_subtext { clear:both; }
.examLimitReached.tooltip { box-shadow:1px 2px 4px #CACACA; left:-45px; top:-88px; }
.examLimitReached.tooltip > span { background-position:-172px -66px; bottom:-15px; height:15px; width:17px; }
.schedule-exam-right .each-exam  { float:left; clear:both; margin:10px 0 0 0; }
.schedule-exam-left .each-exam { float:left; clear:both; margin:0px 0 10px 0; }
.schedule-exam-right #contactInfoModule { margin:15px 0 0 0; border-top:1px dotted #CAC9C6; position:relative; clear:both; padding:15px 0 0 0; float:left; width:100%; }
.schedule-exam-right ul, .schedule-exam-left ul { float:left; clear:both; list-style:none outside none; }
.schedule-exam-right ul.exam-address { margin-bottom:5px; }
.schedule-exam-right ul.exam-store-hours, .schedule-exam-left ul.exam-store-hours { margin:12px 0 0 0; }
.schedule-exam-right ul li, .schedule-exam-left ul li { font-size:11px; float:left; clear:both; margin:2px 0; }
.schedule-exam-right ul li.heading, .schedule-exam-left ul li.heading { font-weight:bold; color:#1f1f1f; } 
.schedule-exam-right a.absolute, .schedule-exam-left a.absolute { position:absolute; font-size:11px; }
.schedule-exam-right a.absolute.change, .schedule-exam-left a.absolute.change { right:10px; top:5px; }
.schedule-exam-right a.absolute.remove, .schedule-exam-left a.absolute.remove { right:52px; top:8px; }
.schedule-exam-right .exam-content a.edit, .schedule-exam-left .exam-content a.edit, .schedule-exam-right a.save, .schedule-exam-right #contactInfoDisplaySection a.edit { top:8px; right:10px; }
.schedule-exam-right .exam-content h4, .schedule-exam-left .exam-content h4 { margin:6px 0 7px 0; }
.schedule-exam-right a.doctor-info { float:left; clear:both; margin:5px 0; font-size:11px; font-weight:bold; }
.schedule-exam-right a.makePreferred, .schedule-exam-right a.get-directions { float:left; clear:both; margin:5px 0 5px 0; font-size:11px; font-weight:bold; }
.scheduleExamForm { float:left; clear:both; margin:30px 0 0 0; position:relative; }
.scheduleExamForm h3, .scheduleExamForm legend { display:inline-block; font-size:16px; padding:0px 0 8px 0; width:600px; border-bottom:1px solid #E0E0E0; margin:0px 0 6px 0; }
.scheduleExamForm .fe { width:100%; position:relative; margin:4px 0 2px 0; }
.scheduleExamForm .fe.half { width:250px; clear:none; margin:0 0 10px; }
.scheduleExamForm .fe.half.first { clear:both; }
.scheduleExamForm .fe.half.second { margin-left:12px; }
.scheduleExamForm .fe.half.clear { clear:both; }
.scheduleExamForm .fe.half input[type="text"] { width:232px; }
.scheduleExamForm .fe.buttons { margin:5px 0 30px 0; border-top:1px solid #CAC9C6; padding:15px 0 0; }
.scheduleExamForm .fe.check input[type="checkbox"] { float:left; }
.scheduleExamForm .fe.check label { margin-bottom:0; }
.scheduleExamForm .fe input[type="text"] { width:280px; clear:both;}
.scheduleExamForm .scheduleEmailInput {margin-left: 5px; }
.scheduleExamForm .fe.phone { width:470px; }
.scheduleExamForm .fe.phone input[type="text"], #TAHCreateForm .fe.phone input[type="text"] { float:none; }
.scheduleExamForm .fe input.phone-input[type="text"], #TAHCreateForm .fe.phone input[type="text"] { width:45px; clear:none; }
#contactInfoEditForm .fe input[type="text"] { padding:6px 4px; float:left; width:100%; }
#contactInfoEditForm .fe input.phone-input[type="text"] { width:35px; padding:6px 4px; }
#contactInfoEditForm .fe { float:left; clear:both; margin:4px 0; }
#contactInfoEditForm .edit-phone-number { position:relative; height:72px; width:100%; }
#contactInfoEditForm .edit-phone-number span.required { position:absolute; bottom:-12px; left:0px; }
#contactInfoEditForm .fe label { width:100%; margin:2px 0 8px 0; float:left; }
.fe span.phone-spans { float:left; font-size:20px; color:#c1c1c1; }
.fe span.phone-spans.first { margin:0px 3px 0 2px; }
.fe span.phone-spans.second { margin:0px 4px 0 3px; }
.fe span.phone-spans.dash { margin:0px 2px 0 2px; }
.scheduleExamForm .fe a.absolute { top:0px; right:0px; }
.scheduleExamForm .fe .radio { float:left; clear:both; margin:10px 0 0 0; height:50px; width:70px; }
.scheduleExamForm .fe .select-holder { float:left; clear:both; }
.scheduleExamForm .fe .patientId { float:left; clear:both; width:150px !important; }
.scheduleExamForm .fe .select-holder select, .scheduleExamForm .fe .select-holder a { float:left; margin-right:8px; }
.scheduleExamForm .fe .radio input[type="radio"] { float:left; }
.scheduleExamForm .fe .radio label {margin: 3px 3px 0 5px;}
.scheduleExamForm span.required-text { font-size:11px; color:#848484; font-style:italic; }
.scheduleExamForm .plans { float:left; clear:both; margin:10px 0 0 0; }
.scheduleExamForm .plans h4 { clear:both; float:left; margin:15px 0 5px 0; }
.scheduleExamForm .plans .plans-content { float:left; clear:both; width:582px; border:1px solid #E0E0E0; padding:0 15px 15px; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; }
.scheduleExamForm .insuranceOptions h3 { border-bottom:none; padding:0px; }
.scheduleExamForm .contactInfoSection { float:left; clear:both; margin:10px 0 30px 0; position:relative; }
.scheduleExamForm .appointmentContainer { float:left; width:325px; padding:15px 0 0 20px; }
.scheduleExamForm .loader { float:left; width:246px; height:222px; display:none; position:relative; margin:20px 0 50px; }
.scheduleExamForm .loader img { position:absolute; top:50%; left:50%; margin:-8px 0 0 -8px; }
.appointmentTimes label { cursor:pointer; }
.scheduleExamForm .appointmentContainer p.heading { border-bottom:1px solid #CCC; font-size:11px; color:#1f1f1f; width:100%; margin:0 0 5px; padding:0 0 5px; font-weight:bold; }
.scheduleExamForm .appointmentContainer .appt-provider { color:#838383; font-weight:normal; }
.scheduleExamForm .appointmentContainer .appointmentTimes { border-bottom:1px solid #CCC; width:100%; margin:0 0 5px; padding:0 0 5px; float:left; }
.scheduleExamForm .appointmentContainer .appointmentTimes div { float:left; clear:both; margin:3px 0; }
.scheduleExamForm .appointmentContainer .appointmentTimes div input { float:left; }
.scheduleExamForm .appointmentContainer .appointmentTimes div label { float:left; margin:2px 0 0 0; }
.scheduleExamForm .appointmentContainer .appointmentPagination { clear:both; float:left; }
.scheduleExamForm .appointmentContainer .appointmentPagination p.title { float:left; margin:0 8px 0 0; color:#838383; font-size:11px; }
.scheduleExamForm .appointmentContainer .appointmentPagination a, .scheduleExamForm .appointmentContainer .appointmentPagination .pageNumbers { float:left; margin:0 8px 0 0; font-size:11px; font-weight:bold; }
.scheduleExamForm .appointmentContainer .appointmentPagination a.selected { color:#1f1f1f; }
.scheduleExamForm .appointmentContainer .appointmentPagination a.next, .scheduleExamForm .appointmentContainer .appointmentPagination a.previous { font-size:9px; }
.scheduleExamForm .appointmentContainer .appointmentPagination .pageNumbers { margin:0; }
a.back-exam { margin:0 10px 0 250px; line-height:2.4; }
.datePicker { float:left; clear:both; margin:20px 0 50px 0; }
p.subtext span.almost-finished { font-weight:bold; }
.getting-ready-for-visit { width:950px; margin:0 auto; }
.getting-ready-content { margin:0px auto; padding:40px 0 40px 0; }
.getting-ready-content .left { float:left; width:650px; }
.getting-ready-content .right { float:right; width:270px; }
.getting-ready-content .right .container { position:relative; width:250px; border:1px solid #E0E0E0; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; margin:0 0 10px; padding:10px; }
.getting-ready-content .right .container h2 { font-size:18px; margin:0 0 5px; }
.getting-ready-content .right .container p { font-size:11px; margin:0 0 10px; }
.getting-ready-content .right .container img { width:234px; margin:20px 0 0; position:relative; left:-8px; }
.getting-ready-content .right .container input[type="text"] { clear:both; float:left; width:177px; }
.getting-ready-content .right .container button.go.email { margin:0 0 0 5px; }
.getting-ready-content .right .container .fe { clear:both; float:none; width:100%; }
.getting-ready-content .right .container .fe input { float:left; }
.getting-ready-content .right .container .fe label { font-size:10px; }
.getting-ready-content h2 { font-size:32px; margin:0px 0 0 0; }
.getting-ready-content h3 { font-size:18px; margin:10px 0 4px 0; }
.getting-ready-content ul { list-style:disc; margin:0px 0 0 20px; }
.getting-ready-content ul li { font-size:11px; float:left; clear:both; margin:2px 0; }
.getting-ready-content p.subtext.more-info { clear:both; float:left; margin:15px 0 0 0; }
.getting-ready-content p.subtext.more-info a { font-weight:bold; }
.getting-ready-content .disclaimer { clear:both; float:left; margin:70px 0 20px 0; }
.getting-ready-content .disclaimer p { font-size:10px; font-style:italic; }

.landing-top { padding:0 0 20px; float:left; clear:both; width:653px; }
.landing-top p { margin:0 0 20px; font-size:14px; }
#banner-wrapper { position:relative; width:100%; float:left; }
.banner-landing-image { display:block; width:950px; position:relative; margin:0 auto; }
.find-location-near-you .fe { width:100%; }
.save-time { clear:both; float:left; }
.save-time .fe.buttons { margin:10px 0 0; width:100%; }
.save-time .fe.buttons #LogOnModalSubmitButton { float:left; margin:0 10px 0 0; text-transform:uppercase; }
.save-time .fe.buttons #EyeExam_LogOnModalSubmitButton { float:left; margin:0 10px 0 0; text-transform:uppercase; }
.save-time .fe.create { float:left; }
.examForgotPasswordLink { font-size:11px; font-style:italic; }

/* UI CONTENT SCROLLER WIDGET STYLES */
.ui-corner-all { border-radius:4px 4px 4px 4px; }
.ui-widget-content { /*background:#000 no-repeat; width:12px; height:477px;*/ }
#slider-vertical-directions.ui-slider-vertical { width:15px; height:373px; }
.scroll-bar-bottom { width:15px; height:160px; position:absolute; top:526px; left:0px; }/*lame hack for ui slider handle */
#slider-vertical-directions.ui-slider .ui-slider-handle { background:#b7b7b7 no-repeat; width:7px; height:150px; cursor:pointer; position:absolute; z-index:16; }
#slider-vertical-directions.ui-slider-vertical .ui-slider-handle { left:24px; margin-left:0; margin-bottom:-154px; }
#left-eye-slider.ui-slider-horizontal, #right-eye-slider.ui-slider-horizontal  {width:880px;height:4px;position:relative;float:left;}
#right-eye-slider.ui-slider-horizontal .ui-slider-handle, #left-eye-slider.ui-slider-horizontal .ui-slider-handle {margin:0px 0 0 -11px;position:absolute;background:url('../images/sprites/lc_site_sprite_topleft.png') no-repeat;padding:10px 13px;}
#right-eye-slider.ui-slider-horizontal .ui-slider-handle {background-position:-531px -219px;top:-13px;}
#left-eye-slider.ui-slider-horizontal .ui-slider-handle {background-position:-562px -220px;top:3px;}
#right-eye-cover-holder {width:880px;position:absolute;top:2px;left:0px;}
#right-eye-cover, #left-eye-cover {border:1px solid #FFF;background:#FFF;height:3px;float:left;margin:0px 440px 0 440px;}
#right-eye-cover.greaterZero {border:1px solid #addfb1;background:#f2fff3;height:3px;float:left;margin:0px 0 0 440px;}
#right-eye-cover.lessZero {border:1px solid #addfb1;background:#f2fff3;height:3px;float:right;margin:0px 440px 0 0;}
#left-eye-cover-holder {width:880px;position:absolute;top:9px;left:0px;}
#left-eye-cover.greaterZero {border:1px solid #6eabce;background:#dff2fc;height:3px;float:left;margin:0px 0 0 440px;}
#left-eye-cover.lessZero {border:1px solid #6eabce;background:#dff2fc;height:3px;float:right;margin:0px 440px 0 0;}

/* ==|== non-semantic helper classes ======================================== */
.ir { display:block; border:0; text-indent:-999em; overflow:hidden; background-color:transparent; background-repeat:no-repeat; text-align:left; direction:ltr; }
.ir br { display:none; }
.hidden { display:none !important; visibility:hidden; }
.visuallyhidden { border:0; clip:rect(0 0 0 0); height:1px; margin:-1px; overflow:hidden; padding:0; position:absolute; width:1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip:auto; height:auto; margin:0; overflow:visible; position:static; width:auto; }
.invisible { visibility:hidden; }
.visible { display:block !important; visibility:visible; }
.clearfix:before, .clearfix:after { content:""; display:table; }
.clearfix:after { clear:both; }
.clear { clear:both; }

/* Eye Exam Landing */
.eye-exam-information .left-text { width:690px; float:left; padding:0px 0 0 0; }
.eye-exam-information .left-text p { font-size:15px; padding:20px 0 0 0; line-height:25px; }
.eye-exam-information .left-text p.bold.black { font-weight:bold; color:#1f1f1f; }
.eye-exam-information .right-options { float:left; width:260px; }
.right-options .find-location-near-you { width:260px; float:left; margin-bottom:10px; }
.right-options .save-time, .right-options .use-preferred-store { width:230px; height:88px; padding:12px 15px 15px 15px; }
.right-options .find-location-near-you .top { background-position:0px 0px; }
.right-options .find-location-near-you .content { padding:5px 15px; border:1px solid #CAC9C6; float:left; width:227px; min-height:85px; clear:both; }
.right-options .use-preferred-store .selectBox-dropdown { float:left; width:180px!important; overflow:hidden; }
.right-options .use-preferred-store .selectBox-dropdown .selectBox-label { width:136px!important; }
.right-options .save-time p { font-size:11px; padding:2px 0 0 0; line-height:16px; }
.eye-exam-information .or { clear:both; margin:10px 0 10px 120px; }
.eye-exam-information p.disclaimer-note { float:left; clear:both; margin:30px 0 0 0; width:975px; padding:20px 0 30px 15px; border-top:1px solid #CAC9C6; font-size:10px; font-style:italic; }
.eye-exam-information .right-options form input[type="text"] { float:left; clear:both; border:1px solid #e1e1e1; padding:6px 4px 5px 4px; width:175px; }
.eye-exam-information .right-options form .fe { float:left; margin:5px 0 0; clear:both; }
.eye-exam-information .right-options input.find-location-exam { float:left; width:37px; margin:0px 0 0 0; padding:5px 0; font-size:13px; color:#FFF; border:none; text-transform:uppercase; font-weight:bold; }
.eye-exam-information .left-text p.book-now { color:#1f1f1f; font-weight:bold; font-size:15px; padding:20px 0 0 0; }
.eye-exam-information .left-side { float:left; width:10px; height:220px; }
.eye-exam-information .right-side { float:left; width:8px; height:220px; }
.eye-exam-information .middle-content { float:left; border-top:1px solid #CAC9C6; width:972px; background:#FFF; }
.disclaimer-note.step { clear:both; float:left; font-size:10px; font-style:italic; margin:30px 0 0; padding:20px 0 30px; }

.exam-popup { position:absolute; right:-119px; top:-105px; z-index:1000; display:none; }
.contactInfoSection .exam-popup { top:-73px; }
.exam-popup .bottom-arrow { width:341px; height:18px; float:left; clear:both; position:relative; top:-6px; }
.exam-popup a.close-text-favorites { text-indent:-9999px; position:absolute; top:5px; right:8px; background:transparent url(../images/to-sprite.png) no-repeat -197px 0; width:38px; height:38px; }
.exam-popup .bottom-corner { background:transparent url(../images/to-sprite.png) no-repeat -4px -61px; float:left; clear:both; width:340px; height:18px; }
.exam-popup .content { background:#FFF; float:left; clear:both; width:268px; padding:15px 50px 15px 20px; border-left:1px solid #CAC9C6; border-right:1px solid #CAC9C6; position:relative; border-top:1px solid #CAC9C6; }
.exam-popup .content p { line-height:18px; font-size:11px; }
.exam-popup-underlay { position:fixed; top:0; left:0; z-index:900; }

/* Date Picker */
.datePicker .ui-widget { font-size:14px; text-transform:uppercase; font-weight:normal; }
.datePicker .ui-widget .ui-widget { font-size:1em; }
.datePicker .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-size:1em; }
.datePicker .ui-widget-content { border:1px solid #cac9c6; color:#222222; }
.datePicker .ui-widget-content a { color:#222222; }
.datePicker .ui-widget-header { height:23px; border:1px solid #cac9c6; background-color:#f3f3f3; color:#222222; font-weight:bold; border-radius:4px 4px 0 0 !important; -webkit-border-radius:4px 4px 0 0 !important; -moz-border-radius:4px 4px 0 0 !important; }
.datePicker .ui-widget-header a { color:#222222; }
.datePicker .ui-state-default, .datePicker .ui-widget-content .ui-state-default, .datePicker .ui-widget-header .ui-state-default { font-weight:normal; color:#555555; }
.datePicker .ui-state-default a, .datePicker .ui-state-default a:link, .datePicker .ui-state-default a:visited { color:#555555; text-decoration:none; }
.datePicker .ui-state-hover a, .datePicker .ui-state-hover a:hover { color:#212121; text-decoration:none; }
.datePicker .ui-state-active, .datePicker .ui-widget-content .ui-state-active, .datePicker .ui-widget-header .ui-state-active { border:2px solid #6eabce; background:#ffffff; font-weight:normal; color:#212121; }
.datePicker .ui-state-active a, .datePicker .ui-state-active a:link, .datePicker .ui-state-active a:visited { color:#212121; text-decoration:none; }
.datePicker .ui-widget :active { outline:none; }
.datePicker td .ui-state-active span, .datePicker td a.ui-state-active { padding:3px !important; }
.datePicker .ui-state-highlight, .datePicker .ui-widget-content .ui-state-highlight, .datePicker .ui-widget-header .ui-state-highlight { padding:5px; background-color:#F3F3F3; color:#363636; }
.datePicker .ui-state-highlight a, .datePicker .ui-widget-content .ui-state-highlight a, .datePicker .ui-widget-header .ui-state-highlight a { color:#363636; }
.datePicker .ui-state-error, .datePicker .ui-widget-content .ui-state-error, .datePicker .ui-widget-header .ui-state-error { border:1px solid #cd0a0a; background:#fef1ec; color:#cd0a0a; }
.datePicker .ui-state-error a, .datePicker .ui-widget-content .ui-state-error a, .datePicker .ui-widget-header .ui-state-error a { color:#cd0a0a; }
.datePicker .ui-state-error-text, .datePicker .ui-widget-content .ui-state-error-text, .datePicker .ui-widget-header .ui-state-error-text { color:#cd0a0a; }
.datePicker .ui-priority-primary, .datePicker .ui-widget-content .ui-priority-primary, .datePicker .ui-widget-header .ui-priority-primary { font-weight:bold; }
.datePicker .ui-priority-secondary, .datePicker .ui-widget-content .ui-priority-secondary, .datePicker .ui-widget-header .ui-priority-secondary { opacity:.7; filter:Alpha(Opacity=70); font-weight:normal; }
.datePicker .ui-state-disabled, .datePicker .ui-widget-content .ui-state-disabled, .datePicker .ui-widget-header .ui-state-disabled { opacity:.35; filter:Alpha(Opacity=35); background-image:none; }
.datePicker .ui-corner-all, .datePicker .ui-corner-top, .datePicker .ui-corner-left, .datePicker .ui-corner-tl { -moz-border-radius-topleft:4px; -webkit-border-top-left-radius:4px; -khtml-border-top-left-radius:4px; border-top-left-radius:4px; }
.datePicker .ui-corner-all, .datePicker .ui-corner-top, .datePicker .ui-corner-right, .datePicker .ui-corner-tr { -moz-border-radius-topright:4px; -webkit-border-top-right-radius:4px; -khtml-border-top-right-radius:4px; border-top-right-radius:4px; }
.datePicker .ui-corner-all, .datePicker .ui-corner-bottom, .ui-corner-left, .datePicker .ui-corner-bl { -moz-border-radius-bottomleft:4px; -webkit-border-bottom-left-radius:4px; -khtml-border-bottom-left-radius:4px; border-bottom-left-radius:4px; }
.datePicker .ui-corner-all, .datePicker .ui-corner-bottom, .datePicker .ui-corner-right, .datePicker .ui-corner-br { -moz-border-radius-bottomright:4px; -webkit-border-bottom-right-radius:4px; -khtml-border-bottom-right-radius:4px; border-bottom-right-radius:4px; }
.datePicker .ui-datepicker { width:17em; padding:.2em .2em 0; display:none; }
.datePicker .ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.datePicker .ui-datepicker .ui-datepicker-prev, .datePicker .ui-datepicker .ui-datepicker-next { position:absolute; top:2px; width:1.8em; height:1.8em; }
.datePicker .ui-datepicker .ui-datepicker-prev { left:2px; }
.datePicker .ui-datepicker .ui-datepicker-next { right:2px; }
.datePicker .ui-datepicker .ui-datepicker-prev span, .datePicker .ui-datepicker .ui-datepicker-next span { width:15px; height:14px; display:block; position:absolute; left:50%; margin-left:-7px; top:50%; margin-top:-7px; text-indent:-9999px; }
.datePicker .ui-datepicker .ui-datepicker-prev span { background:transparent url(../images/test/date-left-arrow.png) no-repeat; }
.datePicker .ui-datepicker .ui-datepicker-next span { background:transparent url(../images/test/date-right-arrow.png) no-repeat; }
.datePicker .ui-datepicker .ui-datepicker-title { margin:0 2.3em; line-height:1.8em; text-align:center; }
.datePicker .ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.datePicker .ui-datepicker select.ui-datepicker-month-year { width:100%; }
.datePicker .ui-datepicker select.ui-datepicker-month, 
.datePicker .ui-datepicker select.ui-datepicker-year { width:49%; }
.datePicker .ui-datepicker table, .ui-datepicker-calendar { width:100%; font-size:.9em; border-collapse:collapse; margin:0 0 .4em; border:1px solid #E1E1E1; border-top:none; border-bottom:none; }
.datePicker .ui-datepicker th { padding:.7em .3em; text-align:center; font-weight:bold; border:0; }
.datePicker .ui-datepicker td { border:1px solid #e1e1e1; }
.datePicker .ui-datepicker td span, .datePicker .ui-datepicker td a { display:block; padding:5px; text-decoration:none; text-align:center; }
.datePicker .ui-datepicker .ui-datepicker-buttonpane { background-image:none; margin:.7em 0 0 0; padding:0 .2em; border-left:0; border-right:0; border-bottom:0; }
.datePicker .ui-datepicker .ui-datepicker-buttonpane button { float:right; margin:.5em .2em .4em; cursor:pointer; padding:.2em .6em .3em .6em; width:auto; overflow:visible; }
.datePicker .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
.datePicker .ui-datepicker.ui-datepicker-multi { width:auto; }
.datePicker .ui-datepicker-multi .ui-datepicker-group { float:left; }
.datePicker .ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.datePicker .ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.datePicker .ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.datePicker .ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.datePicker .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.datePicker .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.datePicker .ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.datePicker .ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }
.datePicker .ui-datepicker-rtl { direction:rtl; }
.datePicker .ui-datepicker-rtl .ui-datepicker-prev { right:2px; left:auto; }
.datePicker .ui-datepicker-rtl .ui-datepicker-next { left:2px; right:auto; }
.datePicker .ui-datepicker-rtl .ui-datepicker-prev:hover { right:1px; left:auto; }
.datePicker .ui-datepicker-rtl .ui-datepicker-next:hover { left:1px; right:auto; }
.datePicker .ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.datePicker .ui-datepicker-rtl .ui-datepicker-buttonpane button { float:left; }
.datePicker .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.datePicker .ui-datepicker-rtl .ui-datepicker-group { float:right; }
.datePicker .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.datePicker .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

#MyAccount .fe input.hasDatepicker { width:115px; background:transparent url(../images/test/calendar-icon.png) 102px center no-repeat; }
#ui-datepicker-div.ui-widget-content, .datePicker .ui-widget-content { background:none; height:auto; }
#ui-datepicker-div.ui-datepicker { width:17em; padding:0.2em 0.2em 0; }
#ui-datepicker-div.ui-widget-content { border:1px solid #CAC9C6; color:#222222; }
#ui-datepicker-div.ui-widget { font-size:14px; text-transform:uppercase; background-color:#FFF; font-weight:normal; }
#ui-datepicker-div.ui-datepicker .ui-datepicker-title { line-height:1.8em; margin:0 2.3em; text-align:center; }
#ui-datepicker-div .ui-widget-header { color:#222222; font-weight:bold; background-color:#F3F3F3; border:1px solid #CAC9C6; border-radius:4px 4px 0 0 !important; color:#222222; font-weight:bold; height:23px; padding:0.2em 0; position:relative; }
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev span { background:transparent url(../images/test/date-left-arrow.png) no-repeat; }
#ui-datepicker-div.ui-datepicker .ui-datepicker-next span { background:transparent url(../images/test/date-right-arrow.png) no-repeat; }
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev span, #ui-datepicker-div.ui-datepicker .ui-datepicker-next span { display:block; height:14px; left:50%; margin-left:-7px; margin-top:-7px; position:absolute; text-indent:-9999px; top:50%; width:15px; }
#ui-datepicker-div.ui-datepicker .ui-widget-header a { color:#222222; }
#ui-datepicker-div .ui-state-disabled, #ui-datepicker-div .ui-widget-content .ui-state-disabled, .datePicker #ui-datepicker-div .ui-state-disabled { background-image:none; opacity:0.35; }
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev { left:2px; }
#ui-datepicker-div.ui-datepicker .ui-datepicker-next { right:2px; }
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev, #ui-datepicker-div.ui-datepicker .ui-datepicker-next { height:1.8em; position:absolute; top:2px; width:1.8em; }
#ui-datepicker-div.ui-datepicker th { border:0 none; font-weight:bold; padding:0.7em 0.3em; text-align:center; }
#ui-datepicker-div.ui-datepicker td { border:1px solid #E1E1E1; }
#ui-datepicker-div .ui-state-highlight, #ui-datepicker-div .ui-widget-content .ui-state-highlight, #ui-datepicker-div .ui-widget-header .ui-state-highlight { background-color:#F3F3F3; color:#363636; padding:5px; }
#ui-datepicker-div td .ui-state-active span, #ui-datepicker-div td a.ui-state-active { padding:3px !important; }
#ui-datepicker-div .ui-state-default, #ui-datepicker-div .ui-widget-content .ui-state-default, #ui-datepicker-div .ui-widget-header .ui-state-default { color:#555555; font-weight:normal; }
#ui-datepicker-div.ui-datepicker td span, #ui-datepicker-div.ui-datepicker td a { display:block; padding:5px; text-align:center; text-decoration:none; }
#ui-datepicker-div.ui-datepicker td span.ui-state-highlight, #ui-datepicker-div.ui-datepicker td a.ui-state-highlight { border:2px solid #6EABCE; padding:3px !important; }
/* End Date Picker */

#fsaDialog h1 { font-size:24px; }
#fsaDialog p { font-size:11px; line-height:18px; }

#EyeExamsModalDiv { display:none; height: 90vh !important;}
#EyeExamsModalDiv a.schedule-exam-store { margin:10px 0 25px; }
#EyeExamsModalDiv h2 { float:left; font-size:30px; }
#EyeExamsModalDiv p.subtext { font-size:11px; color:#838383; clear:both; padding:10px 0 10px 0; }
#EyeExamsModalDiv a.rounded-button { float:left; margin:15px 0 20px 0; clear:both; }
#EyeExamsModalDiv .exam-list { float:left; clear:both; }
#EyeExamsModalDiv .buttons { float:left; clear:both; margin:25px 0 0; width:100%; }
#EyeExamsModalDiv .buttons a.return-to-your-account { float:right; }
#EyeExamsModalDiv .exam-list p { font-size:11px; padding:3px 0; float:left; clear:both; }
#EyeExamsModalDiv .exam-list p a { font-weight:bold; }
#EyeExamsModalDiv .exam-list h3 { width:640px; font-size:16px; border-bottom:1px solid #CAC9C6; padding:0px 0 6px 0; float:left; margin:0px 0 12px 0; }
#EyeExamsModalDiv .exam-list.past { margin:25px 0 0; }
#EyeExamsModalDiv .exam-list .each-exam { float:left; clear:both; margin:15px 0 0; }
#EyeExamsModalDiv .exam-list ul.column { float:left; font-size:11px; }
#EyeExamsModalDiv .exam-list ul li a { font-weight:bold; }
#EyeExamsModalDiv .exam-list ul.column.patient { width:170px; padding:0px 10px 0 0; }
#EyeExamsModalDiv .exam-list ul.column.exam-with { width:165px; padding:0px 10px 0 0; }
#EyeExamsModalDiv .exam-list ul.column.location { width:285px; padding:0px 0 0 0; }
#EyeExamsModalDiv .exam-list ul.column li { float:left; clear:both; width:100%; margin:3px 0; }
#EyeExamsModalDiv .exam-list ul.column li.heading { color:#1f1f1f; font-weight:bold; margin:0px 0 3px 0; }
#EyeExamsModalDiv .exam-list ul.column li.heading.below { margin:8px 0 3px 0; }
#EyeExamsModalDiv .exam-list ul.row { float:left; clear:both; margin:20px 0 0; font-size:11px; }
#EyeExamsModalDiv .exam-list ul.row li { float:left; padding-right:10px; }
#EyeExamsModalDiv .exam-list ul.row li.edit-patient { width:170px; }
#EyeExamsModalDiv .exam-list ul.row li.reschedule { width:165px; }
#EyeExamsModalDiv .exam-list ul.row li.get-directions { width:110px; }
#EyeExamsModalDiv .exam-list ul.row li.cancel { width:130px; }
#ForgotPasswordSection p { font-size:11px; padding:5px 0 8px 0; clear:both; }
#examSignInModal .fe, #reviewSignInSection .fe, #reviewRegisterSection .fe { float:left; clear:both; width:490px; margin:4px 0; position:relative; }
#examSignInModal .fe.buttons, #reviewSignInSection .fe.buttons, #reviewRegisterSection .fe.buttons { margin:12px 0 0 0; text-align:right; }
#examSignInModal .fe a, #reviewSignInSection .fe a, #reviewRegisterSection .fe a { font-size:11px; font-weight:bold; }
#examSignInModal .fe a.submit, #reviewSignInSection .fe a.submit, #reviewRegisterSection .fe a.submit { font-size:14px; text-align:center; font-weight:normal; }
#examSignInModal .fe a.absolute, #reviewSignInSection .fe a.absolute, #reviewRegisterSection .fe a.absolute { top:1px; right:0px; position:absolute; font-style:normal; }
#examSignInModal .fe.checkbox, #reviewSignInSection .fe.checkbox, #reviewRegisterSection .fe.checkbox { margin:8px 0; }
#examSignInModal .fe input[type="text"], #examSignInModal .fe input[type="password"], #reviewSignInSection .fe input[type="text"], #reviewSignInSection .fe input[type="password"], #reviewRegisterSection .fe input[type="text"], #reviewRegisterSection .fe input[type="password"] { float:left; clear:both; width:483px; }
#examSignInModal .fe input[type="checkbox"], #reviewSignInSection .fe input[type="checkbox"], #reviewRegisterSection .fe input[type="checkbox"] { float:left; margin:0px 6px 0 0; }
#contactsPDP #contactsDetails .promo  h1 { margin:0; color:#999; }
#examSignInModal #signInModalLink, #createAccountModalLink, #reviewSignInSection #createAccountReviewLink, #reviewRegisterSection #signInReviewLink { position:absolute; font-weight:bold; font-size:11px; padding:0px 15px 0 0; }
#examSignInModal #signInModalLink, #reviewSignInSection #signInModalLink, #reviewRegisterSection #signInReviewLink { top:18px; right:44px; }
#examSignInModal #createAccountModalLink, #reviewSignInSection #createAccountReviewLink { top:17px; right:47px; }
#examSignInModal .required-text, #reviewSignInSection .required-text, #reviewRegisterSection .required-text { font-size:11px; font-style:italic; padding:4px 0 15px 0; float:left; }

#warningModal .buttons, #CancelAppointmentModalDiv .buttons, #timeoutModal .buttons, #SendEmailForm .buttons { padding:20px 0 0; clear:both; }

/* Misc accessibility */ 
#AddressForm { clear:both; }

#header-espot { margin:-25px 0 10px; }
.empty-espot { padding:20px 0 0; }
#catalog { float:none; margin:0 0 40px; width:100%; position: relative; overflow: hidden;}
#catalog .percent { font-size: 26px; color: #C00; font-weight: normal; }
#catalog .percent.black-friday {
	color: #ffffff;
    margin-top: 0px!important;
    position: relative;
    display: inline-block;
    background-color: #cd0505;
    font-family: 'HelveticaNeueforTarget-Rm'!important;
    font-size: 11px!important;
    padding: 1px 0px 1px 0px;
    top: 5px;
    text-indent: -2px;
    width: 26px;
}
#catalog .percent.black-friday:before {
    position: absolute;
    left: -8px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 8.5px solid transparent;
    border-bottom: 8.5px solid transparent;
    border-right: 8px solid #cd0505;
    z-index: -1;
}
#catalog .item .listPrice a { font-size: 26px !important; font-weight: normal !important; }
#catalog .item .price.red a, .frame-price .offerprice { color: #C00; }

.frame-price .percent { color:#C00; font-weight:normal; font-size:40px; }
.frame-price .listPrice { font-size:40px; text-decoration:line-through; }
.frame-price .offerprice { font-size:40px; color: #C00; }

.favorite-item .percent { color:#C00; font-weight:normal; }
.favorite-item.frame-price .listPrice { text-decoration:line-through; }
.favorite-item .offerprice { color: #C00; }

#catalog .search-options,
#catalog .search-options * {
	box-sizing: border-box;
}
#catalog .search-options {
	left: 0;
	padding-right: 20px;
	position: absolute;
	top: 0;
	width: 100%;
}

#catalog .search-options.search-results-page {
	top: 55px;
}

	#catalog .search-options .resultsNumber p {
		color: #8a919b;
		font-size: 15px;
	}

	#catalog .search-options .resultsNumber p span {
		color: #434749;
	}

#catalog .search-options .sort-by {
	float: right;
	margin-top: -50px;
	position: relative;
	z-index: 100;
}
	
	#catalog .search-options .sort-by a {
		color: #666;
		font-size: 14px;
		font-weight: normal;
		 
	}
	
	#catalog .search-options .sort-by span {
		font-size: 14px;
		margin-right: 10px;
		margin-top: 11px;
	}
	
	#catalog .search-options .sort-by .sort-by-dropdown,
	#catalog .search-options .sort-by span {
		display: inline-block;
		 
		vertical-align: top;
	}
	
	#catalog .search-options .sort-by .sort-by-dropdown {
		background: #FFF;
		border: 2px solid #e2e2e2;
		border-radius: 2px;
		position: relative;
		width:155px;
	}
	
	#catalog .search-options .sort-by .sort-by-dropdown a {
		padding: 10px 35px 10px 15px;
		display:block;
	}
	
		#catalog .search-options .sort-by-dropdown li {
			margin-top: 10px;
		}
	
		#catalog .search-options .sort-by-dropdown li:first-child {
			margin-top: 0;
		}
		
		#catalog .search-options .sort-by .sort-by-dropdown a.active:after {
			content: " ";
			display: block;
			position: absolute;
			right: 8px;
			top: 15px;
			
			width: 0;
			height: 0;
			border-left: 6px solid transparent;
			border-right: 6px solid transparent;
			border-top: 6px solid #666;
		}
		
		#catalog .search-options .sort-by .sort-by-dropdown.active:after {
			border-left: 6px solid transparent;
			border-right: 6px solid transparent;
			border-top: 0px;
			border-bottom: 6px solid #666;
		}
		
#catalog .more {
	padding: 30px 0;
	text-align: center;
}

.results_grid, .results_grid * {
	box-sizing: border-box;
}

.results_grid.search-results-page {
	margin-top: 11px;
}

#catalog .item { 
	border: 2px solid #e2e2e2;
	border-radius: 5px;
	float: left;
	height: 440px;
	margin: 0.9% 1.8% 0.9% 0;
	padding: 0;
	position: relative;
	text-align: center;
	width: 31.5%;
}

.item.espot {
	border: none;
}

#catalog .item img {
	display: inline-block;
	margin: 20px 0;
	width:90%;
}

#catalog .item:hover .round-button { display:block; }
#product_list_container.clPLP .item .round-button, #product_list_container.clPLP .item .hide { display:block; }
#product_list_container.clPLP .item:hover .round-button, #product_list_container.clPLP .item.focused .round-button { right:0 }
.item .productImage { margin:0 0 10px; }

.item .badges span {
	background: #c11624;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	color: #FFF;
	display: inline-block;
	height: 30px;
	font-size: 13px;
	padding: 7px 5px;
	 
	
	position: absolute;
	right: 0;
	top: 10px;
}
	.item .badges span:before {
		bottom: 0;
		content: " ";
		display: block;
		height: 100%;
		left: -15px;
		position: absolute;
		top: 0;content: " ";
		
	    width: 0;
	    height: 0;
	    border-top: 15px solid transparent;
	    border-bottom: 15px solid transparent;
    	border-right: 15px solid #c11624;
	}

#catalog .item .price, #catalog .item .price a {
	color:#666;
	margin-bottom: 7px;
	font-size:30px;
	font-weight: bold;
}
#catalog .item .names a {
	color: #666;
	font-size: 18px;
	font-weight: normal;
	margin-top: 1px;
}

#catalog .item .fav {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
}
	#catalog .item .fav a {
		/*background: #e2e2e2 center center no-repeat;*/
		background-image: url("../images/icon-fav_gray.png");
		display: block;
		height: 50px;
		position: absolute;
		width: 50px;
	}
	#catalog .item .fav a.favorited, #catalog .item .fav a:hover {
		background-image: url("../images/icon-fav.png");
	}

#catalog .item .round-button { position:absolute; right:20px; width:83px; }
#product_list_container.clPLP .item .round-button { position:static; width:auto; }
.item .ajaxAddToCart { bottom:70px; }
.item .try-at-home { bottom:30px; }

.item .change-colors-views {
	border-bottom: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
	margin-bottom: 10px;
	position: relative;
	text-align: left;
	width: 100%;
}

.item .change-color-views p {
	margin: 0;
	padding: 0;
}

.item .change-colors-views a.catalog-item-color {
	background: transparent url(../images/color-sprite.png) no-repeat;
	background-size: 50px;
	border-radius: 50%;
	display: inline-block;
	height: 25px;
	margin: 12px 3px;
	text-indent: -9999px;
	vertical-align: middle;
	width: 25px;
}

.item .change-colors-views a.selected {
	border-radius: 0;
	color: #FFF;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	height: 50px;
	margin: 0 5px 0 0;
	min-width: 50px;
	padding: 18px 3px;
	text-align: center;
	text-indent: 0;
	text-shadow: 0 0 3px rgba(0,0,0,0.3);
	width: auto;
}

.item .change-colors-views a.overflow-link {
	color: #0784d2;
	display: inline-block;
	font-size: 18px;
	margin-left: 5px;
	vertical-align: middle;
}

.item .change-colors-views a.black { background-color: #000; background-position:0 0; }
.item .change-colors-views a.blue { background-color: #007ac3; background-position:0 -50px; }
.item .change-colors-views a.brown { background-color: #874343; background-position:0 -100px; }
.item .change-colors-views a.burgundy { background-color: #800020; background-position:0 -150px; }
.item .change-colors-views a.white { background-color: #000; background-position:0 -200px; }
.item .change-colors-views a.clear { background-color: #000; background-position:0 -200px;
  clear: unset;
}
.item .change-colors-views a.clear.unselected:after {
    width: 36px !important;
    height: 36px !important;
    z-index: 1;
    background: transparent;
    top: -1px;
    left: -1px;
    content: '';
    position: absolute;
    border: 1px solid #333;
    border-radius: 36px;
    -moz-border-radius: 36px;
    -webkit-border-radius: 36px;
    -ms-border-radius: 36px;
    background: transparent;
}
.item .change-colors-views a.copper { background-color: #a04c2e; background-position:0 -250px; }
.item .change-colors-views a.gold { background-color: #cfab21; background-position:0 -300px; }
.item .change-colors-views a.green { background-color: #427622; background-position:0 -350px; }
.item .change-colors-views a.grey { background-color: #999; background-position:0 -400px; }
.item .change-colors-views a.gunmetal { background-color: #555566; background-position:0 -450px; }
.item .change-colors-views a.metallic { background-color: #a7a7a7; background-position:0 -500px; }
.item .change-colors-views a.multi { background-color: #a0a9ff; background-position:0 -550px; }
.item .change-colors-views a.orange { background-color: #ffa500; background-position:0 -600px; }
.item .change-colors-views a.honey { background-color: #ffa500; background-position:0 -600px; }
.item .change-colors-views a.pewter { background-color: #555; background-position:0 -650px; }
.item .change-colors-views a.pink { background-color: #f52886; background-position:0 -700px; }
.item .change-colors-views a.purple { background-color: #997eab; background-position:0 -750px; }
.item .change-colors-views a.violet { background-color: #997eab; background-position:0 -750px; }
.item .change-colors-views a.red { background-color: #a10000; background-position:0 -800px; }
.item .change-colors-views a.silver { background-color: #a7a7a7; background-position:0 -850px; }
.item .change-colors-views a.tortoise { background-color: #61341e; background-position:0 -900px; }
.item .change-colors-views a.yellow { background-color: #ffeb14; background-position:0 -950px; }

#FramesPDP .item .face-shapes { border-top:none; }

.item .face-shapes {
	border-top: 1px solid #e2e2e2;
	bottom: 0;
	left: 0;
	padding: 6px 39px 6px 10px;
	position: absolute;
	text-align: left;
	width: 100%;
}

.item .face-shapes span {
	display: inline-block;
	margin: 0;
	overflow: hidden;
	text-indent: -9999px;
	vertical-align: middle;
}

.item .face-shapes span.face-shape-label {
	color: #666;
	font-size: 14px;
	text-indent: 0;
	width: auto;
}

.item .face-shapes span.face-shapes-help {
	background: url("../images/more-info.png") center center no-repeat;
	bottom: 0;
	height: 100%;
	position: absolute;
	right: 15px;
	top: 0;
	width: 24px;
}

.item .face-shapes span.face-shapes-help a {
	display: block;
	height: 50px;
	width: 24px;
}

.item .face-shapes span.shape {
	background: transparent center center no-repeat;
	background-size: 100%;
	height: 36px;
	width: 36px;
}

.item .face-shapes span.shape.square { background-image:url("../images/face-shapes/face-shape_square.png"); }
.item .face-shapes span.shape.heart { background-image:url("../images/face-shapes/face-shape_heart.png"); }
.item .face-shapes span.shape.round { background-image:url("../images/face-shapes/face-shape_round.png"); }
.item .face-shapes span.shape.oval { background-image:url("../images/face-shapes/face-shape_oval.png"); }

#tryAtHome { border-top:2px solid #E0E0E0; width:950px; clear:both; float:left; margin:0 0 25px; }
#tryAtHome .item { width:950px; border-bottom:1px dotted #E0E0E0; border-right:none; padding:20px 0; text-align:left; }
#tryAtHome .item .img { float:left; margin:0 80px 0 0; }
#tryAtHome .item .info { display:block; float:left; width:470px; padding:30px 0 0; }
#tryAtHome .item .name { display:block; font-size:18px; margin:0 0 5px; width:280px; }
#tryAtHome .item .frameColor { font-size:14px; float:left; }
#tryAtHome .item strong { color:#565656;  }
#tryAtHome .item strong + span { color:#999; }
#tryAtHome .item .close { font-size:18px; color:#BCBCBC; position:relative; top:-45px; float:right; }
#tryAtHome .item .close span { display:inline-block; background:url(../images/to-sprite.png) no-repeat -199px 0; width:38px; height:38px; margin:0 5px 0 0; position:relative; top:13px; }
#tryAtHome .sub-info { border-bottom:1px dotted #E0E0E0; padding:30px 0 30px 20px; font-weight:bold; color:#767676; font-size:20px; margin:0 0 20px; }
#tryAtHome .sub-info strong { color:#666; }
#tryAtHome .try-these { margin:0 0 50px; }

#tryAtHomeHeader { clear:both; float:left; margin:0 0 15px; width:950px; }
#tryAtHomeHeader + ul { list-style-type:disc; margin:0 0 15px 20px; line-height:18px; clear:both; }
#tryAtHomeHeader .headings { float:left; }
#tryAtHomeHeader h1 { color:#666; font-size:64px; margin:0; }
#tryAtHomeHeader h2 { color:#767676; font-size:34px; font-weight:normal; }
#tryAtHomeHeader ul { float:right; width:280px; border-left:1px dotted #C9C9C9; padding:0 0 0 60px; }
#tryAtHomeHeader li { color:#999999; font-size:16px; font-weight:bold; line-height:18px; position:relative; margin:0 0 15px; }
#tryAtHomeHeader li strong { color:#666; }
#tryAtHomeHeader li span { background-color:#CCC; border-radius:20px 20px 20px 20px; color:#FFFFFF; display:inline-block; font-size:12px; height:20px; line-height:18px; margin:0 10px 0 0; text-align:center; width:20px; position:absolute; top:0; left:-30px; }

#tryAtHome .col { width:265px; }
#tryAtHome .fe.card { width:auto; margin-right:5px; }

#tryAtHome #left-col { float:left; padding:20px 0 60px; width:631px; }
#tryAtHome #left-col strong { color:#000000; display:inline-block; font-size:16px; margin:0 0 5px; }
#tryAtHome #left-col p { font-size:18px; font-weight:bold; color:#666 }
#tryAtHome #left-col span { font-size:14px; color:#999; display:block; margin:0 0 20px; }
#tryAtHome #right-col { border-left:1px dotted #C9C9C9; float:right; padding:20px 0 20px 20px; width:298px; }
#tryAtHome .right-container { border-bottom:1px dotted #C9C9C9; margin:0 0 30px; padding:0 0 30px; }
#tryAtHome .right-container.last { border:none; }
#tryAtHome .right-container p { color:#999999; font-size:14px; font-weight:bold; }

#bottomEspots { float:left; width:950px; padding:20px 0; clear:both; }
#bottomEspots .espot { float:left; width:315px; border-right:1px dotted #C9C9C9; }
#bottomEspots .espot.last { border:none; }

#catalog .search-facets,
#catalog .search-facets * {
	box-sizing: border-box;
}

#catalog .search-facets li {
	position:relative;	
}

#catalog .search-facets .what-frames {
	position:absolute;
	right:0;
	top:2px;	
}


.ui-slider { 
	position:relative;
	text-align:left;
}
	.ui-slider .ui-slider-handle {
		background-color: #cd0505;
		border: 1px solid #FFF;
		border-radius: 22px;
		height: 22px;
		position: absolute;
		top: 30px;   
		width: 22px;
		z-index: 5000;
	}
	
	.ui-slider .ui-slider-range { 
		background-color: #666; 
		display: block; 
		height: 3px; 
		left: 0;
		position: absolute; 
		width: 100%; 
		z-index: 1; 
	}

#priceSlider {
	padding: 40px 0 0;
	width: 90%;
}

#valueHolder {
	display: block;
	position: relative;
	text-align: center;
	top: -30px;
	width: 100%;
}
	#valueHolder span {
		font-size: 16px;
		font-weight: bold;
		left: 0;
		top: 0;
	}


#catalog .search-facets {
	background: #f4f4f4;
    float: left;
    min-height: 410px;
    margin: 20px 1.8% 0.9% 0;
    padding: 25px 20px 10px;
    position: relative;
    text-align: left;
    width: 31.5%;
    z-index: 2;
}

	#catalog .search-facets h4 {
		color: #666;
		font-size: 19px;
		margin-bottom: 5px;
	}

	#catalog .search-facets a.clear-filters {
		color: #0282d1;
		font-size: 15px;
		position: absolute;
		right: 20px;
		top: 25px;
	}

#catalog .search-facets ul.facet-options > li a.toggle {
	color: #666;
	display: block;
	font-size: 15px;
	margin: 10px 0;
	 
}

	#catalog .search-facets ul.facet-options > li a.toggle:before {
		content: " ";
		display: inline-block;
		margin-left: 3px;
		margin-right: 6px;
		vertical-align: middle;
		
		width: 0;
	    height: 0;
	    border-top: 6px solid transparent;
	    border-bottom: 6px solid transparent;
	    border-left: 6px solid #c11624;
	}

	#catalog .search-facets ul.facet-options > li a.toggle.active:before {
	    border-left: 6px solid transparent;
	    border-right: 6px solid transparent;
	    border-top: 6px solid #c11624;
	    margin-bottom: -6px;
	    margin-left: 0;
		margin-right: 3px;
	}

#catalog .search-facets ul.facet-options > li ul {
	border-bottom: 1px solid #8a919b;
	padding-bottom: 5px;
}

#catalog .search-facets ul.facet-options > li:last-child ul {
	border-bottom: none;
}

#catalog .search-facets ul.facet-options > li ul li {
	display: inline-block;
	font-size: 13px;
	margin: 5px 10px;
	vertical-align: top;
	width: 40%;
}
	#catalog .search-facets ul.facet-options > li ul li a {
		color: #666;
		display: block;
		line-height: 18px;
		font-size: 12px;
		font-weight: normal;
		padding: 0 0 0 32px;
		position: relative;
	}
		#catalog .search-facets ul.facet-options > li ul li a:before {
			border: 1px solid #8a919b;
			content: " ";
			display: block;
			height: 16px;
			left: 0;
			position: absolute;
			top: 0;
			width: 16px;
		}
		
	#catalog .search-facets ul.facet-options > li ul li a.selected {
		font-weight: bold;
	}
		#catalog .search-facets ul.facet-options > li ul li a.selected:after {
			background: #cd0505;
			content: " ";
			display: block;
			height: 14px;
			left: 2px;
			position: absolute;
			top: 2px;
			width: 14px;
		}
		
	#catalog .search-facets ul.facet-options > li ul li a.disabled {
		opacity: 0.4;
	}

#catalog .search-facets ul.facet-options > li#facet-tah ul {
	border-bottom: none;
}

	#catalog .search-facets ul.facet-options > li#facet-tah ul li {
		margin: 5px 0;
		width: 100%;
	}

#catalog .search-facets ul.facet-options > li#facet-faceshape ul li {
	margin: 2%;
	width: 20%;
}
	#catalog .search-facets ul.facet-options > li#facet-faceshape ul li a {
		padding: 0;
		text-align: center;
		 
	}
		#catalog .search-facets ul.facet-options > li#facet-faceshape ul li a:after {
			content:"";
			display: none;
		}
		
		#catalog .search-facets ul.facet-options > li#facet-faceshape ul li a:before {
			background: transparent center center no-repeat;
			border: none;
			height: 48px;
			margin: 0 auto;
			position: static;
			width: 48px;
		}
		/* face shapes */
		#catalog .search-facets ul.facet-options > li#facet-faceshape ul li a.oval:before {
			background-image: url("../images/face-shapes/face-shape_oval.png");
		}
		#catalog .search-facets ul.facet-options > li#facet-faceshape ul li a.round:before {
			background-image: url("../images/face-shapes/face-shape_round.png");
		}
		#catalog .search-facets ul.facet-options > li#facet-faceshape ul li a.heart:before {
			background-image: url("../images/face-shapes/face-shape_heart.png");
		}
		#catalog .search-facets ul.facet-options > li#facet-faceshape ul li a.square:before {
			background-image: url("../images/face-shapes/face-shape_square.png");
		}
		
		/* face shapes in selected state */
		#catalog .search-facets ul.facet-options > li#facet-faceshape ul li a.selected.oval:before {
			background-image: url("../images/face-shapes/face-shape_oval_selected.png");
		}
		#catalog .search-facets ul.facet-options > li#facet-faceshape ul li a.selected.round:before {
			background-image: url("../images/face-shapes/face-shape_round_selected.png");
		}
		#catalog .search-facets ul.facet-options > li#facet-faceshape ul li a.selected.heart:before {
			background-image: url("../images/face-shapes/face-shape_heart_selected.png");
		}
		#catalog .search-facets ul.facet-options > li#facet-faceshape ul li a.selected.square:before {
			background-image: url("../images/face-shapes/face-shape_square_selected.png");
		}

#catalog .search-facets ul.facet-options > li#facet-color ul li {
	margin: 5px;
	width: auto;
}
	#catalog .search-facets ul.facet-options > li#facet-color ul li a {
		padding: 0;
	}
		#catalog .search-facets ul.facet-options > li#facet-color ul li a:before,
		#catalog .search-facets ul.facet-options > li#facet-color ul li a:after {
			content: "";
			display: none;
		}
		
a.color-swatch,
a.color-swatch span.icon {
    background: transparent url(../images/color-sprite.png) no-repeat;
    border-radius: 50%;
    display: inline-block;
    height: 25px;
    padding: 0;
    text-indent: -9999px;
    width: 25px;
}
	a.color-swatch.selected {
	   border: 2px solid #FFF;
	   box-shadow: 0 2px 2px rgba(0,0,0,0.5);
	}
	a.color-swatch.black {
	    background-position: 0 0;
	}
	
	a.color-swatch.blue {
	    background-position: 0 -25px;
	}
	
	a.color-swatch.brown {
	    background-position: 0 -50px;
	}
	
	a.color-swatch.burgundy {
	    background-position: 0 -75px;
	}
	
	a.color-swatch.clear {
	    background-position: 0 -100px;
	}
	
	a.color-swatch.white {
	    background-position: 0 -100px;
	}
	
	a.color-swatch.copper {
	    background-position: 0 -125px;
	}
	
	a.color-swatch.gold {
	    background-position: 0 -150px;
	}
	
	a.color-swatch.green {
	    background-position: 0 -175px;
	}
	
	a.color-swatch.grey {
	    background-position: 0 -200px;
	}
	
	a.color-swatch.gunmetal {
	    background-position: 0 -225px;
	}
	
	a.color-swatch.metallic {
	    background-position: 0 -250px;
	}
	
	a.color-swatch.multi,
	a.color-swatch.colors {
	    background-position: 0 -275px;
	}
	
	a.color-swatch.orange {
	    background-position: 0 -300px;
	}
	
	a.color-swatch.honey {
	    background-position: 0 -300px;
	}
	
	a.color-swatch.pewter {
	    background-position: 0 -325px;
	}
	
	a.color-swatch.pink {
	    background-position: 0 -350px;
	}
	
	a.color-swatch.purple {
	    background-position: 0 -375px;
	}
	
	a.color-swatch.violet {
	    background-position: 0 -375px;
	}
	
	a.color-swatch.red {
	    background-position: 0 -400px;
	}
	
	a.color-swatch.silver {
	    background-position: 0 -425px;
	}
	
	a.color-swatch.tortoise {
	    background-position: 0 -450px;
	}
	
	a.color-swatch.yellow {
	    background-position: 0 -475px;
	}

#catalog .facets-selected {
	display: none;
}

#catalog .search-facets ul.facet-options > li#facet-price ul li {
	display: block;
	margin: 0;
	width: 100%;
}
	#catalog .search-facets ul.facet-options > li#facet-price ul li a {
		padding: 0;
		position: absolute;
	}
		#catalog .search-facets ul.facet-options > li#facet-price ul li a:before {
			display: none;
		}

/*
#catalog .facet-options { background-color:#CCC; border-radius:3px; float:left; width:960px; background:#fff; background:-moz-linear-gradient(top,  #ffffff 0%, #e8e8e8 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e8e8e8)); background:-webkit-linear-gradient(top,  #ffffff 0%,#e8e8e8 100%); background:-o-linear-gradient(top,  #ffffff 0%,#e8e8e8 100%); background:linear-gradient(to bottom,  #ffffff 0%,#e8e8e8 100%); background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5OSUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); -pie-background:linear-gradient(#ffffff, #e8e8e8); -webkit-box-shadow:0px 1px 2px 1px #CCC; box-shadow:0px 1px 2px 1px #CCC; position:relative; z-index:7; cursor:pointer; }
#catalog .facet-options > li {
	border-left:1px solid #FFF;
	border-right:1px solid #E8E8E8;
	color:#595959;
	float:left;
	font-size:14px;
	font-weight:bold;
	padding:15px 1px 15px 15px;
	position:relative;
	width: 118px;
}
#catalog .facet-options > li.first { border-left:none; padding-left:20px; }
#catalog .facet-options > li.last { padding-right:0; border-right:none; }
#catalog .facet-options > li#facet-brands { width:120px; }
#catalog .facet-options > li#facet-collections { width:160px; }
#catalog .facet-options > li#facet-color { width:135px; }
#catalog .facet-options > li#facet-frame-shape { width:125px; }
#catalog .facet-options > li#facet-material { width:200px; }
#catalog .facet-options > li#facet-price { width:110px; }

#catalog .facet-options > li#facet-brands li a.disabled, #catalog .facet-options > li#facet-price li a.disabled, #catalog .facet-options > li#facet-color li a.disabled, #catalog .facet-options > li#facet-collections li a.disabled, #catalog .facet-options > li#facet-frame-shape li a.disabled, #catalog .facet-options > li#facet-material li a.disabled { opacity:0.5; filter:alpha(opacity = 50); cursor:default; color:#595959; text-decoration:none !important; }
#catalog .facet-options > li#facet-collections > ul, #catalog .facet-options > li#facet-frame-shape > ul { width: 546px; text-align: center; }
#catalog .facet-options > li#facet-material > ul { width:364px; text-align: center; }
#catalog .facet-options > li#facet-collections li a span, #catalog .facet-options > li#facet-material li a span, #catalog .facet-options > li#facet-frame-shape li a span { font-size:14px; bottom:-62px; position:relative; }
#catalog .facet-options > li#facet-brands li a { display:inline-block; width:150px; height:100px; border:1px solid #DEDEDE; }
#catalog .facet-options > li > ul.collections li { float:left; margin: 0 5px 5px 0; width:177px; }
#catalog .facet-options > li#facet-collections li a { display:inline-block; width:175px; height:70px; padding-bottom:15px; text-align:center; border:1px solid #DEDEDE; }
#catalog .facet-options > li#facet-collections li a.eye { background:transparent url(../images/eyeglasses.png) no-repeat; }
#catalog .facet-options > li#facet-collections li a.sun { background:transparent url(../images/sunglasses.png) no-repeat; }
#catalog .facet-options > li#facet-collections li a.eye.Color { background-position:0 -358px; }
#catalog .facet-options > li#facet-collections li a.eye.Glam { background-position:0 -444px; }
#catalog .facet-options > li#facet-collections li a.eye.Retro { background-position:0 -5px; }
#catalog .facet-options > li#facet-collections li a.eye.Tech { background-position:0 -710px; }
#catalog .facet-options > li#facet-collections li a.sun.Sporty { background-position:0 -1044px; }
#catalog .facet-options > li#facet-collections li a.sun.Retro { background-position:0 -514px; }
#catalog .facet-options > li#facet-collections li a.sun.Glam { background-position:0 -865px; }
#catalog .facet-options > li#facet-collections li a.sun.Color { background-position:0 -336px; }
#catalog .facet-options > li#facet-collections li a.sun.Tech { background-position:0 -865px; }
#catalog .facet-options > li#facet-material li { float:left; width:177px; margin:0 5px 5px 0; }
#catalog .facet-options > li#facet-material li a { display:inline-block; width:175px; height:70px; padding-bottom:15px; text-align:center; border:1px solid #DEDEDE; }
#catalog .facet-options > li#facet-material li a.eye { background:transparent url(../images/eyeglasses.png) no-repeat; }
#catalog .facet-options > li#facet-material li a.sun { background:transparent url(../images/sunglasses.png) no-repeat; }
#catalog .facet-options > li#facet-material li a.eye.Metal { background-position:0 -714px; }
#catalog .facet-options > li#facet-material li a.eye.Plastic { background-position:0 -186px; }
#catalog .facet-options > li#facet-material li a.eye.Titanium { background-position:0 -714px; }
#catalog .facet-options > li#facet-material li a.sun.Metal { background-position:0 -952px; }
#catalog .facet-options > li#facet-material li a.sun.Plastic { background-position:0 -2px; }
#catalog .facet-options > li#facet-material li a.sun.Titanium { background-position:0 -952px; }
#catalog .facet-options > li#facet-frame-shape li { float:left; width:177px; margin:0 5px 5px 0; }
#catalog .facet-options > li#facet-frame-shape li a { display:inline-block; width:175px; height:70px; padding-bottom:15px; text-align:center; border:1px solid #DEDEDE; }
#catalog .facet-options > li#facet-frame-shape li a.eye { background:transparent url(../images/eyeglasses.png) no-repeat; }
#catalog .facet-options > li#facet-frame-shape li a.sun { background:transparent url(../images/sunglasses.png) no-repeat; }
#catalog .facet-options > li#facet-frame-shape li a.eye.Cat-Eye { background-position:0 -272px; }
#catalog .facet-options > li#facet-frame-shape li a.eye.Oval-Round { background-position:0 -97px; }
#catalog .facet-options > li#facet-frame-shape li a.eye.Pilot { background-position:0 -888px; }
#catalog .facet-options > li#facet-frame-shape li a.eye.Rectangle-Square { background-position:0 -799px; }
#catalog .facet-options > li#facet-frame-shape li a.eye.Rimless { background-position:0 -713px; }
#catalog .facet-options > li#facet-frame-shape li a.sun.Rectangle-Square { background-position:0 -867px; }
#catalog .facet-options > li#facet-frame-shape li a.sun.Rimless { background-position:0 -691px; }
#catalog .facet-options > li#facet-frame-shape li a.sun.Pilot { background-position:0 -775px; }
#catalog .facet-options > li#facet-frame-shape li a.sun.Cat-Eye { background-position:0 -691px; }
#catalog .facet-options > li#facet-frame-shape li a.sun.Oval-Round { background-position:0 -167px; }
#catalog .facet-options > li#facet-price li a { display:inline-block; text-indent:-9999px; width:150px; height:100px; background:transparent url(../images/price-sprite.jpg) no-repeat; border:1px solid #DEDEDE; }
#catalog .facet-options > li#facet-price li.price0 a { background-position:0 0; }
#catalog .facet-options > li#facet-price li.price1 a { background-position:-150px 0; }
#catalog .facet-options > li#facet-price li.price2 a { background-position:0 -100px; }
#catalog .facet-options > li#facet-price li.price3 a { background-position:-150px -100px; }
#catalog .facet-options > li#facet-color li a.disabled span { opacity:0.5; filter:alpha(opacity = 50); }
#catalog .facet-options > li#facet-color li a.disabled { opacity:1; filter:alpha(opacity = 100); }
#catalog .facet-options > li#facet-color li a.disabled:hover { text-decoration:none; }
#catalog .facet-options > li#facet-color li { margin:0 0 5px; float:left; line-height:18px; padding:2px 0 2px 33px; position:relative; width:105px; }
#catalog .facet-options > li#facet-color li:hover { background-color:#e8e8e8; }
#catalog .facet-options > li#facet-color li:hover span { border:1px solid #FFF; margin:0 3px 0 0;}
#catalog .facet-options > li#facet-color li span {top: -2px; left: 2px; border:1px solid #DEDEDE; position:absolute; display:inline-block; width:25px; height:25px; background:transparent url(../images/color-sprite.png) no-repeat; }
#catalog .facet-options > li#facet-color li span.black { background-position:0 0; }
#catalog .facet-options > li#facet-color li span.blue { background-position:0 -25px; }
#catalog .facet-options > li#facet-color li span.brown { background-position:0 -50px; }
#catalog .facet-options > li#facet-color li span.burgundy { background-position:0 -75px; }
#catalog .facet-options > li#facet-color li span.clear { 	background-position:0 -100px; }
#catalog .facet-options > li#facet-color li span.white { 	background-position:0 -100px; }
#catalog .facet-options > li#facet-color li span.copper { background-position:0 -125px; }
#catalog .facet-options > li#facet-color li span.gold { background-position:0 -150px; }
#catalog .facet-options > li#facet-color li span.green { background-position:0 -175px; }
#catalog .facet-options > li#facet-color li span.grey { background-position:0 -200px; }
#catalog .facet-options > li#facet-color li span.gunmetal { background-position:0 -225px; }
#catalog .facet-options > li#facet-color li span.metallic { background-position:0 -250px; }
#catalog .facet-options > li#facet-color li span.colors { background-position:0 -275px; }
#catalog .facet-options > li#facet-color li span.orange { background-position:0 -300px; }
#catalog .facet-options > li#facet-color li span.pewter { background-position:0 -325px; }
#catalog .facet-options > li#facet-color li span.pink { background-position:0 -350px; }
#catalog .facet-options > li#facet-color li span.purple { background-position:0 -375px; }
#catalog .facet-options > li#facet-color li span.red { background-position:0 -400px; }
#catalog .facet-options > li#facet-color li span.silver { background-position:0 -425px; }
#catalog .facet-options > li#facet-color li span.tortoise { background-position:0 -450px; }
#catalog .facet-options > li#facet-color li span.yellow { background-position:0 -475px; }
#catalog .facet-options > li#facet-rxable ul {
	text-align: center;
}
#catalog .facet-options > li#facet-rxable li {
	display: inline-block;
	padding: 25px 50px;
}
#catalog .facet-options > li > span.facet-title { position:relative; top:2px; }
#catalog .facet-options > li > span.selected { color:#06E; position:relative; top:3px;}
#catalog .facet-options > li span.bg { background-color:#e4e4e4; border-radius:20px; display:block; float:right; height:20px; margin:0 10px 0 0; width:20px; position:relative; }
#catalog .facet-options > li span.bg span { background:transparent url(../images/to-sprite.png) -255px 0 no-repeat; display:inline-block; height:7px; left:50%; margin:-3px 0 0 -5px; position:absolute; top:50%; width:10px; }
#catalog .facet-options > li:hover { background-color:#F5F5F5; }
#catalog .facet-options > li.disabled { cursor:default; }
#catalog .facet-options > li.disabled:hover { background-color:transparent; }
#catalog .facet-options > li:hover > ul { display:block !important; }
#catalog .facet-options > li > ul { position:absolute; left:50%; margin:0 0 0 -326px; width:612px; background-color:#F5F5F5; top:50px; z-index:100; padding:20px; border:1px solid #e8e8e8; border-top:0; box-shadow:0px 3px 3px #B7B7B7; cursor:default; }
#catalog .facet-options > li > ul.brands { width:785px; left:0; margin:0; }
#catalog .facet-options > li > ul.price { left:0; margin:0; width:314px; }
#catalog .facet-options > li > ul.color { left:103px; width:552px; }
#catalog .facet-options > li > ul.brands li, #catalog .facet-options > li > ul.price li { float:left; margin:0 5px 5px 0; width:152px; }
#catalog .facet-options > li > ul.collections { left:-143px; margin:0; }
#catalog .facet-options > li > ul.material { left:-98px; margin:0; }
#catalog .facet-options > li > ul.price { left:-230px; margin:0; }
#catalog .facet-options > li > a { color:#595959; }
#catalog .facet-options > li > a.hovered + ul { display:block !important; }
#catalog .facet-options > li.disabled > a { cursor:default; }
#catalog .facet-options > li.disabled > a:hover { text-decoration:none !important; }
#catalog .facet-options > li.disabled > a.hovered + ul, #catalog .facet-options > li.disabled.clicked > a + ul { display:none !important; }
*/

/*
#catalog .facets-selected { clear:both; float:left; width:100%; margin-top:5px; }
#catalog .facets-selected .applied { color:#1F1F1F; font-size:11px; font-weight:bold; margin:12px 8px 0 0; border:0; }
#catalog .facets-selected div { background:none repeat scroll 0 0 #FFFFFF; border:1px solid #E8E8E8; border-radius:3px 3px 3px 3px; float:left; margin:7px 8px 0 0; min-height:1px; padding:5px 0; position:relative; }
#catalog .facets-selected span.remove_facet_bg { background-color:#E4E4E4; border-radius:20px 20px 20px 20px; display:block; height:20px; position:relative; width:20px; }
#catalog .facets-selected span.remove_facet_bg span { font-size:12px; display:inline-block; height:7px; left:50%; margin:-9px 0 0 -3px; position:absolute; top:50%; width:10px; color:#0069FF; text-transform:lowercase !important; }
#catalog .facets-selected span.selected { font-weight:bold; margin:0 6px 0 7px; position:relative; text-transform:uppercase; top:3px !important; display:block; }
#catalog .facets-selected a { float:left; position:relative; top:-2px; padding-left:7px; }
*/
#catalog .facets-selected span.facet-name { float:left; position:relative; }
/* Lens Options */
#lens-options { display:block; position:relative; overflow: hidden; }
#lens-options h1 { border-bottom:1px solid #565656; padding:0 0 20px; }
#lens-options h2 { color:#B5B5B5; font-size:18px; border-bottom:1px solid #BCBCBC; padding-bottom:5px; }

#lens-options .chat-link { font-size:13px; font-weight:bold; position:absolute; right:0; top:17px; }
#lens-options .chat-link a { font-size:13px; font-weight:bold; padding-left:5px; }
#lens-options .content-block { width:260px; }
#lens-options .content-block h3 { text-transform:none; }
#lens-options .lens-container { position:relative; clear:both; float:left; padding:10px 0; width:100%; }
#lens-options .content-left .select-container-absolute { float:left; margin:10px 5px 0 0; width:220px; }
#lens-options .content-left .select-container-absolute label { float:left; text-align:left; width:90px; margin:0 0 20px; }
#lens-options .lens-container label { color:#333; }
#lens-options .lens-container .percent_off { background:none repeat scroll 0 0 #CC0000; border:2px solid #000000; color:#FFFFFF; display:inline-block; font-size:14px; font-weight:normal; margin:2px 0; padding:3px 5px; text-align:center; }
#lens-options .lens-container span[for="lensCatentryId"] {
	position: absolute;
	top: -45px;
	right: 0;
}

#lens-options .content-left { float:left; margin:0 10px 0 0; width:640px; }
#lens-options .content-left h3 { color:#B5B5B5; font-size:18px; margin-bottom:-5px; clear:both; }
#lens-options .content-left .sub-copy { margin:0 0 30px; }
#lens-options .content-left .sub-copy a { padding-top:5px; }
#lens-options .content-left .step1 div { color:#000; float:left; }
#lens-options .content-left .step1 label { width:140px; }
#lens-options .content-left .step1.fe-row { border-top:1px solid #C7C7C7; padding:15px 0 10px 10px; width:630px; }
#lens-options .content-left .step1.step2 .description { width:245px; margin:0 70px 0 0; }
#lens-options .content-left .description { margin:0 20px 0 0; width:155px; }
#lens-options .content-left .long-description { margin:0 45px 0 0; width:315px; }
#lens-options .content-left .price { text-align:right; width:70px; color:#323232; font-weight:bold; font-size:14px; }
#lens-options .content-left .price.listPrice { color:#B5B5B5; font-weight:normal; }
#lens-options .content-left .price.offerprice { color:#323232; }
#lens-options .content-left .thumb { margin:0 5px 0 0; float:left; }
#lens-options .content-left .lens-holder { background-color:#F7F7F7; float:left; padding:10px 5px; width:300px; margin:0 0 30px; }
#lens-options .content-left .lens-holder input, #lens-options .content-left .lens-holder label { float:left; margin:50px 0 0; }
#lens-options .content-left .lens-holder label { margin-right:10px; margin-left: 5px; }
#lens-options .content-left .lens-color h3, #lens-options .content-left .prescription h3 { border-bottom:1px solid #BCBCBC; margin-bottom:20px; padding-bottom:5px; }
#lens-options .content-left .pd-select-one, #lens-options .content-left .pd-select-both { width:85px; }
#lens-options .content-left .pd-select-one span.required { width:170px; }
#lens-options .content-left .pd-select-both span.required { width:210px; }
#lens-options .content-left .pd-select-one select { margin-bottom: 0 !important; }
#lens-options .content-left .pd-select-one select, #lens-options .content-left .pd-select-both select { margin:0 0 10px; }
#lens-options .content-left .pd-select-one label { display:block; width:130px; margin: 0 0 10px 0; }
#lens-options .content-left .pupillary { margin:15px 10px 0 0; }
#lens-options .content-left .pupillary input[type="checkbox"] { margin: 0; padding: 0; display: inline-block; vertical-align: bottom;}
#lens-options .content-left .whats-this {
	width: 150px;
}
#lens-options .content-left .whats-this div,
#lens-options .content-left .whats-this p,
#lens-options .content-left .whats-this a {
	padding: 0; margin: 0;
}
#lens-options .content-left .pd-container > div {
	display: inline-block;
	vertical-align: bottom;
}
#lens-options .content-left .what_is_this { position:relative; top:16px; }
#lens-options .content-left .lens-container strong { display:block; margin:0 0 10px; }
#lens-options .content-left .select-container { float:left; margin:0 5px 0 0; }
#lens-options .content-left .select-container.with-input { padding:0 20px; }
#lens-options .content-left .select-container label { display:block; text-align:center; }
#lens-options .content-left .select-container input { margin:6px 0 0 10px; }
#lens-options .content-left .step1 label + .with-div { clear:both; padding:10px 0 0; }
#lens-options .content-left .last-row { clear:both; padding:20px 0 40px; }
#lens-options .content-left .absolute { position:absolute; right:0; top:50%; }
#lens-options .content-left #lensTemplate.lens-holder { margin:0 10px 30px 0; }
#lens-options .content-left .lens-holder .catentry-image { width: 65%; }
#lens-options .content-left .lens-holder .required-field { margin-left:0; }

.pd-patient-name span.required-field { padding:0; }
.pd-patient-name .patient-name { float:left; }
.pd-patient-name .patient-name.first { margin-right:10px; }

.dijitTooltipContainer { background-color:#FFFFFF !important; box-shadow:0 0 6px rgba(50, 50, 50, 0.2) !important; margin-bottom:-5px !important; margin-left:10px !important; padding:10px !important; z-index:1000 !important; border:0 !important; }

#homepage_ad_espot,
#homepage_ad_espot * {
	margin: 0 !important;
	padding: 0 !important;
}
#homepage_ad_espot {
	text-align: center;
}
#homepage_ad_espot img {
	display: inline-block;
}
#Homepage_Banner {
	overflow: hidden;
}
#Homepage_Banner .zone1 {
	float: left;
	width: 704px;
	height: 425px;
	margin: 0; padding: 0;
}
	#Homepage_Banner .zone1 *,
	#Homepage_Banner .zone2 * {
		margin: 0; padding: 0;
		float: none;
	}
	#Homepage_Banner .zone1 img,
	#Homepage_Banner .zone2_1 img,
	#Homepage_Banner .zone2_2 img {
		width: 100%;
	}
#Homepage_Banner .zone2 {
	float: right;
	width: 320px;
	margin: 0; padding: 0;
}
#Homepage_Banner .zone2_1 {
	height: 245px;
}
#Homepage_Banner .zone2_2 {
	height: 180px;
}

.home-espot-area #brands {
	overflow: hidden;
}
	.home-espot-area #brands > div {
		float: left;
		width: 16%;
		text-align: center;
	}
	.home-espot-area #brands > div,
	.home-espot-area #brands > div img {
		display: inline-block;
		vertical-align: middle;
	}
#Homepage_Banner2 {
	overflow: hidden;
	width: 95%;
	margin: 10px auto 20px;
	padding-top: 20px;
	border-top: 1px solid #d7d7d7;
}
	#Homepage_Banner2 * {
		margin: 0; padding: 0;
	}
	#Homepage_Banner2 > div {
		float: left;
		width: 50%;
	}
	#Homepage_Banner2 > div:first-child {
		border-right: 1px solid #d7d7d7;
	}
		#Homepage_Banner2 > div img{
			width: 100%;
		}

.home-page #main_content_wrapper {
	padding-top: 0;
}
/* Auto suggest */
#autoCompleteContainer,
#autoCompleteContainer * {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
#autoCompleteContainer { font-size:11px; font-weight:bold; left:1.5em; position:absolute; top:0; line-height: 24px;}
#autoCompleteContainer .no-visible { color:transparent; }
/*#autoSuggest_Result_div { background-color:#FFF; position:absolute; top:34px; right: 0; width:297px; z-index:100; }
#autoSuggest_Result_div .heading { background-color:#EEE; font-weight:bold; padding:2px 0 2px 10px; text-transform:uppercase; }
#autoSuggest_Result_div ul { float:left; width:297px; margin:0; }
#autoSuggest_Result_div li { width:100%; border-top:1px solid #EEE; }
#autoSuggest_Result_div li:first-child { border:none; }
#autoSuggest_Result_div li a { display:block; width:277px; padding:10px; float:left; background-color:#FFF; }
#autoSuggest_Result_div li a:hover, #autoSuggest_Result_div li a:focus { background-color:#EEE; }
#autoSuggest_Result_div li img { float:left; margin:0 10px 0 0; width:138px; }
#autoSuggest_Result_div li .name-holder { color:#666; float:left; width:120px; }*/

/* Contact Lenses */
#contactLenses .content-left h1, .content-right h3 { font-size:46px; color:#595959; margin:0 0 5px; }
#contactLenses .content-left h1 { float:left; }
#contactLenses .content-left h2, .content-right h4 { font-size:23px; color:#999; margin:0 0 25px; }
#contactLenses .content-left h2 { float:left; width:310px; }
#contactLenses .content-left .contact-lens-rx-area h2 { width:100%; }
#contactLenses .content-left .contact-lens-rx-area h2 span { display:block; font-size:12px; font-weight:normal; }
#contactLenses .content-left img { float:right; margin:20px 0 0; }
#contactLenses .content-left { border-right:1px dotted #DEDEDE; float:left; padding:0 40px 0 0; width:595px; margin:0 0 30px; }
#contactLenses .content-left .fe-row.top .fe { width:100%; }
#contactLenses .content-left .fe-row.top label { color:#595959; float:left; font-size:24px; font-weight:bold; width:100px; }
#contactLenses .content-left .fe-row.top select { height:30px; margin:0 0 10px; width:495px; }
#contactLenses .content-left .promo { clear:both; float:left; padding:45px 0 30px; width:100%; }
#contactLenses .content-left div.required { clear:both; color:#C00; float:right; margin:0 0 40px; }
#contactLenses .content-left .promo img { float:left; margin:0 35px 0 0; }
#contactLenses .content-left .promo span { float:right; clear:right; }
#contactLenses .content-left .promo span.contact-lens-name { font-size:18px; font-weight:bold; }
#contactLenses .content-left .promo span.contact-lens-price { color:#000; float:right; font-size:18px; font-weight:bold; }
#contactLenses .content-left .promo span.contact-lens-short-description { background-color:#F3FAFF; font-size:11px; margin:10px 0 0; padding:5px; width:300px; }
#contactLenses .content-left .eye-container { clear:both; float:left; width:100%; margin:0 0 30px; }
#contactLenses .content-left .eye-container > div { float:left; width:80px; }
#contactLenses .content-left .eye-container > div:first-child { font-weight:bold; line-height:25px; padding:10px 0 0; width:95px; }
#contactLenses .content-left .eye-container label { font-weight:bold; float:left; margin:0 5px 0 0; }
#contactLenses .content-left .eye-container > div select { width:65px; margin:0 0 5px; }
#contactLenses .content-left .fe-row.total { border-top:1px solid #DEDEDE; font-size:18px; font-weight:bold; padding:20px 0; }
#contactLenses .content-left .fe-row.total .right { color:#000; }
#contactLenses .content-left .question { position:relative; float:left; }
#contactLenses .content-left .question img { margin:0; }
#contactLenses .content-left .question img:hover + .popup { display:block; bottom:20px; left:-83px; }
#contactLenses .content-right { float:right; width:260px; }
#contactLenses .content-right .fe { width:260px; }
#contactLenses .content-right .fe label { display:inline; float:left; width:84px; }
#contactLenses .content-right input[type="submit"] { float:left; margin:0 20px 20px 0; }
#contactLenses .content-right .links { float:left; width:120px; }
#contactLenses .content-right .links a { display:block; }
#contactLenses .content-right .eye-container { clear:both; float:left; width:300px; }
#contactLenses .content-right .eye-container div { float:left; width:auto; margin:0 10px 0 0; font-weight:bold; }
#contactLenses .content-right .eye-container div:first-child { color:#000; width:65px; margin:0; }
#contactLenses .content-right .eye-container div span { display:block; font-weight:normal; }
#contactLenses .content-right .practice { clear:both; float:left; margin:20px 0; width:100%; }
#contactLenses .content-right .practice .left { font-weight:bold; width:65px; }
#contactLenses .content-right .practice .right { text-align:right; width:170px; }
#contactLenses .content-right .box { float:left; margin:0 0 20px; width:130px; }
#contactLenses .content-right .box span { display:block; font-weight:bold; margin:0 0 3px; text-transform:capitalize; }
#contactLenses .content-right .refill { clear:both; float:left; margin:0 0 10px; width:100%; }
#contactLenses .content-right .refill strong { text-transform:uppercase; }
#contactLenses #contactLensesLanding,
#contactLenses #contactLensesLanding * {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
#contactLenses h1.contactPageHeading {
	border-bottom: 1px dotted #999;
    color: #999;
    font-size: 60px;
    padding-bottom: 15px;
    margin-bottom: 10px;
     
}
#contactLenses .h2 {
	color: #666;
}

#contactLenses #popularBrands {
	overflow: hidden;
	margin: 10px 20px;
}
	#contactLenses #popularBrands .h2 {
		margin-left: 10px;
		float: none;
    	width: 100%;
	}
	#contactLenses #popularBrands > div{
		width: 16.6%;
		float: left;
	}
	#contactLenses #popularBrands > div:last-child a{
		display: block;
	    margin-top: 15px;
	     
	}
#contactLenses #promoMain{
	margin: 10px 0 0;
	padding: 0;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
}
	#contactLenses #promoMain div,
	#contactLenses #promoMain p,
	#contactLenses #promoMain h2 {
		margin: 0; padding: 0;
	}
	#contactLenses #promoMain img {
		width: 100%;
	}
#contactLenses #promoSecondary,
#contactLenses #contactsActions {
	margin: 0; padding: 0;
	overflow: hidden;
}
#contactLenses #contactsActions {
	border-top: 1px dotted #999;
}
	#contactLenses #promoSecondary > div,
	#contactLenses #contactsActions > div {
		padding: 25px 0;
		float: left;
		width: 33.3%;
		height: 200px;
		border-right: 1px dotted #999;
		text-align: center;
	}
	#contactLenses #promoSecondary > div:last-child,
	#contactLenses #contactsActions > div:last-child {
		border: none;
	}
		#contactLenses #promoSecondary > div h2 {
			color: #CC0000;
			font-size: 22px;
			text-transform: none;
			margin-bottom: 10px;
			display: inline-block;
			width: 70%;
		}
		#contactLenses #promoSecondary > div p {
			color: #666;
			font-size: 18px;
			 
			display: inline-block;
			width: 80%;
			margin: 0; padding: 0;
		}
		#contactLenses #promoSecondary > div a.details {
			font-size: 16px;
			margin-top: 25px;
			display: block;
		}
	#contactLenses #contactsActions > div {
		height: 165px;
		position: relative;
	}
		#contactLenses #contactsActions > div > div {
			background-color: #f0f0f0;
			border: 3px solid #FFF;
			position: absolute;
			top: 0; left: 0;
			width: 100%; height: 100%;
			padding: 15px;
			text-align: center;
		}
			#contactLenses #contactsActions > div > div span.required {
				display: inline-block;
				margin: 15px 0 0 -15px;
				float: none;
			}
		#contactLenses #contactsActions > div:first-child > div {
			border-left: none;
		}
		#contactLenses #contactsActions > div:last-child > div {
			border-right: none;
		}
		#contactLenses #contactsActions > div p {
			width: 70%;
			margin: 0 auto;
		}
		#contactLenses #contactsActions > div form {
			margin-top: 10px;
		}
		#contactLenses #contactsActions > div input[type="text"] {
			text-align: center;
			border: 1px solid #666;
		}
		#contactLenses #contactsActions > div input[type="button"] {
			margin-top: 20px;
		}
#contactLenses #promoThird {
	margin: 0; padding: 15px 0;
	border-top: 2px solid #e8e8e8;
	border-bottom: 2px solid #e8e8e8;
	text-align: center;
}
	#contactLenses #promoThird img {
		display: inline-block;
	}

#product_list_container.clPLP #faceted_search,
#product_list_container.clPLP #faceted_search *,
#product_list_container.clPLP .searchResultSpot,
#product_list_container.clPLP .searchResultSpot *  {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
#product_list_container.clPLP .item {
	width: 100%;
	padding: 0 15px;
	float: none;
	border: none;
	height: auto;
	min-height: 0px;
	text-align: left;
}
#product_list_container.clPLP #faceted_search {
	width: 230px;
	float: left;
	padding: 20px 20px 0 0;
	/*border-top: 1px dotted #999;*/
	position: relative;
}
#product_list_container.clPLP #faceted_search * {
	color: #666;
}
	/*#product_list_container.clPLP #faceted_search h2 {
		font-size: 20px;
	}
	#product_list_container.clPLP #faceted_search span {
		font-weight: bold;
		font-size: 16px;
		 
	}
	#product_list_container.clPLP #faceted_search ul {
		padding: 10px 0 0 10px;
	}
		#product_list_container.clPLP #faceted_search ul li {
			display: block;
			float: none;
			margin: 3px 0;
		}
		#product_list_container.clPLP #faceted_search ul a {
			font-weight: normal;
			text-transform: capitalize;
		}
		#product_list_container #faceted_search ul a.disabled {
			color: #CCCCCC;
			cursor: default;
    		pointer-events: none;
		}
	#product_list_container.clPLP #faceted_search .facets-selected {
		position: absolute;
		width: 790px;
		left: 230px;
		top: 20px;
	}
	#product_list_container.clPLP #faceted_search .facets-selected {
		position: absolute;
		width: 790px;
		left: 240px;
		top: 65px;
	}
		#product_list_container.clPLP #faceted_search .facets-selected a,
		#product_list_container.clPLP .facet-link:not(.cookieFacet) {
			display: inline-block;
			padding: 3px 5px;
			background-color: #f3f3f3;
			color: #cc0000 !important;
			font-weight: normal;
			margin: 0 10px;
			text-transform: capitalize;
		}
			#product_list_container.clPLP .facet-link:not(.cookieFacet) {
				margin: 0;
			}
			#product_list_container.clPLP .facet-link:not(.cookieFacet):after {
				content: " ";
			}
			#product_list_container.clPLP #faceted_search .facets-selected a .removeIcon,
			#product_list_container.clPLP .facet-link:not(.cookieFacet):after {
				display: inline-block;
				width: 13px; height: 14px;
				background: url("../images/icons/icon_remove_facet.png") center center no-repeat;
				margin-left: 10px;
			}
		#product_list_container.clPLP #faceted_search .facets-selected a.removeAll {
			float: right;
			 
		}*/
#product_list_container.clPLP .searchResultSpot {
	width: 790px;
	float: left;
	/*border-top: 1px dotted #999;
	border-left: 1px dotted #999;*/
}
	/*#product_list_container.clPLP .searchResultSpot .resultsNumber {
		padding: 10px 0 0;
		height: 100px;
		text-align: right;
		border-bottom: 1px dotted #999;
	}*/
	#product_list_container.clPLP .searchResultSpot .results_grid {
		width: 570px;
	}
	#product_list_container.clPLP .searchResultSpot .item_container {
		width: 100%;
		margin: 35px 0;
		overflow: hidden;
		min-height: 96px;
	}
		#product_list_container.clPLP .searchResultSpot .item_container .image-holder {
			width: 30%;
			float: left;
			min-height: 96px;
		}
			#product_list_container.clPLP .searchResultSpot .item_container .image-holder img {
				max-width: 90%;
				max-height: 96px;
				width:auto;
			}
		#product_list_container.clPLP .searchResultSpot .item_container .names {
			width: 40%;
			float: left;
			padding: 0 10px;
			min-height: 96px;
		}
			/*#product_list_container.clPLP .searchResultSpot .item_container span {
				font-size: 12px;
				text-transform: none;
				color: #666;
			}*/
			/*#product_list_container.clPLP .searchResultSpot .item_container .brand-name {
				font-size: 17px;
				text-transform: capitalize;
			}*/
		/*#product_list_container.clPLP .searchResultSpot .item_container .price:not(.thumbnail-product-price) {
			border-left: 1px dotted #999;
			padding: 0 0 0 20px;
			width: 30%;
			float: left;
			min-height: 96px;
		}*/
		#product_list_container.clPLP .searchResultSpot .item_container .price:not(.thumbnail-product-price) .bv-container{
			width:100%;
		}
		#product_list_container.clPLP .searchResultSpot .item_container .price p {
			font-size: 12px;
			color: #666;
		}
	/*#product_list_container.clPLP #loadResultsButton {
		float: right;
		 
	}*/
	#product_list_container.clPLP .contactLensListPromo {
		float: right;
		margin-top: 20px;
		width: 140px;
	}
		#product_list_container.clPLP .contactLensListPromo img {
			width: 140px;
			margin: 0; padding: 0;
		}
		#product_list_container.clPLP .contactLensListPromo img {
			float: right;
		}
	
/* CL PDP */
#breadcrumbs {
	margin: -15px 0 25px;
	overflow: hidden;
	clear: both;
}
	#breadcrumbs span,
	#breadcrumbs p {
		float: left;
		display: block;
		margin: 0 3px;
		text-transform: capitalize;
	}
	#breadcrumbs span a {
		 
	}
input[type="text"].invalidValue,
input[type="email"].invalidValue,
input[type="number"].invalidValue,
input[type="password"].invalidValue,
span.invalidValue {
	border-color: #CC0000;
}
#contactsPDP,
#contactsPDP * {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
	#contactsPDP #rightBoxError {
	    position: relative;
	    top: -125px;
	}
	#contactsPDP #leftBoxError {
	    position: relative;
	    top: -30px;
	}
	#contactsPDP .required-field {
		float: none;
		display: inline-block;
		margin: 0;
	}
	#contactsPDP #contactsDetails {
		float: left;
		width: 400px;
		margin: 0 10px 0;
	}
		#contactsPDP #contactsDetails .promo p,
		#contactsPDP #contactsDetails .promo span{
			font-size: 14px;
		}
		#contactsPDP #contactsDetails .promo span{
			display: block;
		}
		#contactsPDP #contactsDetails .promo h1.contact-lens-name {
			text-transform: capitalize;
			font-weight: bold;
			font-size: 23px;
		}
		#contactsPDP #contactsDetails .promo p.contact-lens-shortDescription {
			font-size: 16px;
		}
		#contactsPDP #contactsDetails .promo .contact-lens-product-image{
			margin: 20px 0 20px 60px;
			max-width: 400px;
			display: block;
		}
		#contactsPDP #contactsDetails .promo span.contact-lens-price{
			font-weight: bold;
		}
		#contactsPDP #contactsDetails .promo p.contact-lens-longDescription {
			margin: 20px 0
		}
	#contactsPDP #contactsOrderSection {
		float: left;
		width: 515px;
		margin: 0 0 0 10px;
	}
		#contactsPDP #contactsOrderSection .contact-lens-name {
			font-size: 27px;
			margin: 0;
		}
		#contactsPDP #contactsOrderSection h2,
		#contactsPDP #contactsOrderSection h3,
		#contactsPDP #contactsOrderSection label {
			 
			font-weight: normal;
			font-size: 23px;
			color: #666;
		}
		#contactsPDP #contactsOrderSection h3,
		#contactsPDP #contactsOrderSection label {
			font-size: 19px;
		}
		#contactsPDP #contactsOrderSection label.smallLabel {
			font-size: 12px;
			padding: 0 0 5px 5px;
		}
		#contactsPDP #contactsOrderSection h1 + p {
			 
			font-size: 18px;
			font-weight: normal;
		}
		#contactsPDP #contactsOrderSection .birthdateSelects > div {
			margin: 0 10px 0 0;
			width: auto;
		}
			#contactsPDP #contactsOrderSection .birthdateSelects > div select{
				width: 160px;
			}
		#contactsPDP #contactsOrderSection .lensCalibrationFields {
			overflow: hidden;
		}
			#contactsPDP #contactsOrderSection .lensCalibrationFields > div {
				float: left;
			}
				#contactsPDP #contactsOrderSection .lensCalibrationFields > div > div{
					height: 75px;
					padding: 0 5px 0 0;
				}
				#contactsPDP #contactsOrderSection .lensCalibrationFields > div > div p{
					padding-top: 10px;
					font-size: 12px;
					width: 50px;
				}
				#contactsPDP #contactsOrderSection .lensCalibrationFields > div select{
					width: 60px;
					padding: 2px 0 !important;
					font-size: 9px !important;
				}
				#contactsPDP #contactsOrderSection .lensCalibrationFields > div label{
					display: block;
				}
		#contactsPDP #contactsOrderSection .addToCartBtnContainer {
			float: right;
			text-align: center;
			width: 180px;
		}
			#contactsPDP #contactsOrderSection .addToCartBtnContainer input{
				display: inline-block;
			}
			#contactsPDP #contactsOrderSection .addToCartBtnContainer p{
				padding-top: 10px;
			}
	.bottomEspotAndLocator {
		border-top: 1px dotted #999;
	    clear: both;
	    overflow: hidden;
	    padding-top: 30px;
	    width: 100%;
	}
		.bottomEspotAndLocator > div{
			float: left;
		}
		.bottomEspotAndLocator > div:first-child{
			width: 589px;
			margin: 0; padding: 0;
		}
			.bottomEspotAndLocator > div:first-child *{
				padding: 0;
			}
			.bottomEspotAndLocator > div:first-child img{
				width: 100%;
			}
		.bottomEspotAndLocator .storeLocator{
			width: 250px;
			margin: 30px 0 0;
			float: right;
			border: 1px solid #666;
			text-align: center;
		}
			.bottomEspotAndLocator .storeLocator p{
				font-size: 14px;
				padding: 0 20px;
			}
			.bottomEspotAndLocator .storeLocator input[type="text"]{
				text-align: center;
				width: 165px;
				display: inline-block;
			}
			.bottomEspotAndLocator .storeLocator input{
				margin: 10px 0;
			}
			.bottomEspotAndLocator .storeLocator h2{
				font-size: 24px;
				color: #666;
			}
				.bottomEspotAndLocator .storeLocator h2:before{
					content: " ";
					display: block;
					margin: -37px auto 15px;
					width: 74px; height: 73px;
					background: url("../images/icons/icon_cl_contacts.png") center center no-repeat;
				}
				
			.tooltip-container-patient-info{
			    vertical-align: middle;
    			height: 20px;
			}
/* END PDP */

/* Home page */
.home-espot-area .heading, .home-espot-area .heading a { clear:both; color:#565656; font-size:22px; font-weight:bold; margin:0 0 10px; }
.home-espot-area #products .container .heading { line-height:0; margin:15px 0 20px; }
.home-espot-area .heading a, .home-espot-area #products .container .heading + a { margin:0 !important; }
.home-espot-area,
.home-espot-area * {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.home-espot-area #Homepage_Banner {
	float: none;
	overflow: hidden;
	width: 100%;
}
/*
.home-espot-area #Homepage_Banner .left { width:746px; }
.home-espot-area #Homepage_Banner .left h1 { font-size:60px; line-height:52px; }
.home-espot-area #Homepage_Banner .left p { font-size:24px; color:#999; line-height:27px; font-family:"HelveticaNeue", "Helvetica Neue", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.home-espot-area #Homepage_Banner .left img { float:right; }
.home-espot-area #Homepage_Banner .copy { float:left; width:326px; }
.home-espot-area #Homepage_Banner .right { padding:0 0 0 20px; width:184px; text-align:center; }
.home-espot-area #Homepage_Banner .right img { float:none; margin:0 0 10px; }
.home-espot-area #Homepage_Banner .right ul { text-align:left; margin:0 0 0 13px }
.home-espot-area #Homepage_Banner .right li { color:#999; font-weight:bold; margin:0 0 15px; }
.home-espot-area #Homepage_Banner .right span { background-color:#CCC; border-radius:21px; color:#FFF; display:inline-block; height:19px; margin:0 5px 0 0; padding:2px 0 0; text-align:center; width:21px; }
*/

.home-espot-area #products .genericESpot { float:left; }
.home-espot-area .products { border-bottom:1px solid #CCC; padding:30px 0 20px; float:left; clear:both; }
.home-espot-area #products .genericESpot:first-child .container { border:none; }
.home-espot-area .products .container { border-left:1px dotted #CCC; float:left; width:236px; text-align:center; min-height:170px; }
.home-espot-area .products .container img { margin:0 0 15px; }
.home-espot-area .products .container img + div + a, .home-espot-area #products .container img + a { margin:0; }
.home-espot-area .products .container a { margin:0 0 0 40px; }
.home-espot-area #savings { float:left; clear:both; width:100%; }
.home-espot-area #savings .col { height:254px; margin:0; padding:0 0 0 40px; width:434px; position:relative; }
.home-espot-area #savings .col:first-child .left { width:154px; }
.home-espot-area #savings .col .left { width:135px; }
.home-espot-area #savings .col .left img { float:none; margin:0 0 0 15px; }
.home-espot-area #savings .col img { float:right; }
.home-espot-area #savings .col:first-child img { bottom:0; position:absolute; right:40px; width:270px; }
.home-espot-area #savings .heading { font-size:22px; margin:20px 0 0; }
.home-espot-area #savings p { font-size:16px; }
.home-espot-area #savings p.link { padding:5px 0; }
.home-espot-area #savings .dots { border-right:1px dotted #CCC; display:inline-block; float:left; height:190px; margin:35px 0 0; }
.home-espot-area .email-optin-espot { border-top:1px solid #CCC; clear:both; padding:40px 0 40px 40px; }
.home-espot-area .email-optin-espot p, .home-espot-area .email-optin-espot a { font-size:17px; }
.home-espot-area .email-optin-espot a { text-decoration:underline; }
.home-espot-area .email-optin-espot a:hover { text-decoration:none !important; }
.home-espot-area .email-optin-espot .round-button { text-decoration:none; }

.promo-spot { background-color:#F5F5F5; color:#666; font-weight:bold; margin:0 0 20px; padding:10px 0; text-align:center; }
.promo-spot a { color:#666; }

/* Content pages*/
#content #content-header { border-bottom:1px solid #CCC; clear:both; float:left; margin:0 0 70px; width:100%; }
#content h1 { border-right:1px dotted #CCC; float:left; font-size:87px; margin:20px 30px 20px 0; padding:0 20px 0 0; width:658px; line-height:70px; }
#content h1 sup { font-size:32px; }
#content .right { float:left; margin:40px 0 0; width:240px; }
#content .right p { font-weight:bold; }
#content .right .heading { font-size:23px; font-weight:normal; line-height:22px; }
#content .with-icons, .bottom-espot #your-picks .with-icons { clear:both; float:left; margin:0 0 40px; }
#content .with-icons li, .bottom-espot #your-picks .with-icons li { clear:both; font-size:26px; line-height:59px; }
#content .with-icons span, .bottom-espot #your-picks .with-icons span { display:inline-block; float:left; height:56px; margin:0 20px 20px 0; width:54px; background:transparent url(../images/to-sprite.png) no-repeat; }
#content .with-icons .home span, .bottom-espot #your-picks .home span { background-position:0 -84px; } 
#content .with-icons .time span, .bottom-espot #your-picks .time span { background-position:-54px -84px; }
#content .with-icons .heart span, .bottom-espot #your-picks .heart span { background-position:-110px -84px; }
#content .with-icons .glasses span, .bottom-espot #your-picks .glasses span { background-position:-170px -84px; }
.bottom-espot #your-picks .home { color:#E31937; text-align:center; }
#content #ways { border-bottom:2px solid #CCC; clear:both; float:left; padding:0 0 20px 30px; width:950px; margin:0 0 20px; position:relative; }
#content #ways .border-top { display:block; background-color:#CCC; height:2px; width:445px; margin:0 0 20px; position:relative; left:-30px; }
#content #ways h2 { color:#999; font-size:45px; }
#content #ways .pickup { float:left; width:100%; }
#content #ways .pickup img { float:left; }
#content #ways .pickup div { float:left; text-align:center; width:223px; }
#content #ways h3 { font-size:22px; font-weight:normal; } 
#content #ways ul { clear:both; float:left; margin:0 0 20px 53px; }
#content #ways li:first-child { border:none; margin:0; padding:0; }
#content #ways li { border-left:1px solid #0069FF; float:left; font-size:14px; margin:0 0 0 10px; padding:0 0 0 10px; }
#content #ways p { font-size:22px; clear:both; }
#content #ways .or { text-indent:-9999px; text-align:left; background:transparent url(../images/to-sprite.png) -352px 0 no-repeat; width:111px; height:36px; float:left; margin:0 0 0 53px; }
#content #ways .big-image { bottom:0; left:490px; position:absolute; }
#content #glasses { clear:both; float:left; margin:0 0 20px; width:950px; }
#content #glasses h4 { font-size:33px; margin:0 0 20px 10px; text-align:center; }
#content #glasses h4 span { color:#999; }
#content #glasses ul { margin:0 auto; width:876px; }
#content #glasses li:first-child { border:none; }
#content #glasses li { border-left:1px dotted #CCC; float:left; padding:5px 0; text-align:center; width:173px; }
#content #glasses p { color:#999; font-size:21px; font-weight:bold; }
#content #glasses a { display:block; font-size:14px; }

#content.sub #content-header { margin:0 0 40px; }
#content.sub h1 span { display:block; font-size:45px; }
#content.sub #ways { min-height:684px; padding:0 0 10px; margin:0; border:none; }
#content.sub #ways ul { background-color:#FFF; border:9px solid #CCC; padding:0; width:285px; float:right; margin:0; position:relative; z-index:10; }
#content.sub #ways li { margin:10px; text-align:center; border:none; float:none; padding:0; }
#content.sub #ways li:first-child { margin:0; }
#content.sub #ways li img { width:200px; }
#content #your-picks p, .bottom-espot #your-picks p { color:#E31937; float:left; font-size:18px; font-weight:bold; margin:0 30px 0 0; text-align:center; }
#content #your-picks p a, .bottom-espot #your-picks p a { font-size:14px; margin:5px 0 0; display:inline-block; }
#content.sub #ways { color:#000; font-size:18px; }
#content.sub #ways a { font-size:14px; }
#content.sub .with-icons, .bottom-espot #your-picks .with-icons { clear:none; margin:0; }
#content.sub .with-icons li, .bottom-espot #your-picks .with-icons li { clear:none; float:left; font-size:16px; font-weight:bold; line-height:20px; width:215px; }
#content.sub #ways .round-button { font-size:20px; width:208px; margin:0; }
#content #your-picks, .bottom-espot #your-picks  { border:1px solid #CCC; clear:both; margin:0 auto 20px; padding:20px 0 0 30px; width:890px; }
#content.sub #glasses { border-top:1px solid #CCC; }
#content.sub #ways .big-image { left:auto; right:525px; z-index:5; }
#content.sub.double #ways .big-image { z-index:1000; }
#content.sub.single #ways .big-image { right:280px; }
#content.sub .right .heading { margin:0 0 10px; }
#content.sub .right .heading + p { font-size:15px; }
#content.sub .right .links { margin:0 0 5px; }
#content.sub .right .links a:first-child { margin:0 50px 0 0; }
#content.sub.double #ways ul { border-width:14px; width:502px; padding:20px 10px 0; margin:80px 0 0; }
#content.sub.double #ways li { float:left; min-height:130px; position:relative; width:251px; margin:0 0 20px; }
#content.sub.double #ways li img { width:auto; }
#content.sub.double #ways li.top { min-height:170px; margin:0; }
#content.sub.double #ways li.button { width:100%; min-height:0; margin:0; }
#content.sub.double #ways li.top img { bottom:0; left:0; position:absolute; }
#content.sub.double #ways .round-button { width:206px; }

#content.has-columns #content-header { margin:0 0 40px; text-transform: capitalize;}
#content.has-columns h1 { border:none; font-size:64px; line-height:59px; margin:0 0 20px 15px; width:auto; padding-top:30px; }
#content.has-columns h1.smaller { line-height:55px; }
#content.has-columns h1.smaller span { font-size:34px; }
#content.has-columns h1 span { display:block; }
#content.has-columns #content-header img { float:right; margin:0 160px 20px 0; }
#content.has-columns #column-content { float:left; clear:both; margin:0 0 15px; width:100%; }
#content.has-columns .column { float:left; padding:15px 0; margin:0 0 40px; }
#content.has-columns .column.first { padding-left:10px; width:155px; }
#content.has-columns .column.first ul { list-style-type:none; }
#content.has-columns .column.first li { margin:0 0 20px; }
#content.has-columns .column.first a { font-weight:bold; font-size:14px; }
#content.has-columns .column h2 { color:#666; font-size:24px; font-weight:bold; margin:0 0 40px; line-height:28px; }
#content.has-columns .column h3 { font-size:18px; }
#content.has-columns .column p { font-size:18px; margin:0 0 40px; }
#content.has-columns .column p sup { font-size:10px; }
#content.has-columns .column p a { color:#666; text-decoration:underline; font-size:18px; font-weight:normal; }
#content.has-columns .column p a:hover, #content.has-columns .column p a:focus { text-decoration:none !important; }
#content.has-columns .column p a.round-button { text-decoration:none; }
#content.has-columns .column.first a.selected { color:#767676; }
#content.has-columns .column.second { border-left:1px solid #CCC; padding-left:30px; padding-top:8px; width:754px; }
#content.has-columns .column.second ul { margin:0 0 40px; }
#content.has-columns .column.second li { font-size:18px; list-style-type:disc; margin:0 0 0 15px; line-height:26px; }
#content.has-columns.single-column .column.first {  padding:15px 90px; width:850px; }
#content.has-columns.single-column.privacy .column.first { padding:15px 10px; width:930px; }
#content.has-columns.triple-column .column.second { width:493px; }
#content.has-columns.quadruple-column .column { border-left:1px dotted #CCC; padding:10px; position:relative; }
#content.has-columns.quadruple-column .column.first { width:196px; }
#content.has-columns.quadruple-column .column.second { width:238px; }
#content.has-columns.quadruple-column .column.third { width:241px; float:left; text-align:left; }
#content.has-columns.quadruple-column .column.fourth { width:192px; }
#content.has-columns.quadruple-column #column-content .column:first-child { border:none; }
#content.has-columns.quadruple-column h2 { margin:0 0 5px; }
#content.has-columns.quadruple-column p { font-size:17px; margin:0 0 20px; }
#content.has-columns.quadruple-column p a { color:#06E; font-weight:bold; font-size:14px; text-decoration:none; }
#content.has-columns.quadruple-column p a:hover, #content.has-columns.quadruple-column p a:focus { text-decoration:underline !important; }
#content.has-columns.quadruple-column .column span { position:absolute; right:10px; top:20px; }
#content.has-columns.quadruple-column .column.third span { top:45px; right:15px; }
#content.has-columns.quadruple-column .column.fourth span { top:50px; right:15px; }
#content.has-columns .column.third { width:168px; float:right; text-align:center; }
#content.has-columns .column .box { border:1px solid #999; padding:40px 10px 10px; margin:0 0 18px; position:relative; }
#content.has-columns .column .box .icon { display:inline-block; width:58px; height:57px; background:transparent url(../images/to-sprite.png) -264px -84px no-repeat; position:absolute; left:50%; top:-27px; margin:0 0 0 -29px; }
#content.has-columns .column .box .icon.heart { background-position:-110px -84px; }
#content.has-columns .column .box .icon.contacts { background-position:-264px -84px; }
#content.has-columns .column.third .box h4 { font-size:18px; line-height:21px; margin:0 0 10px; }
#content.has-columns .column .box p { font-size:14px; line-height:17px; margin:0; }
#content.has-columns .column span { display:inline-block; background:transparent url(../images/to-sprite.png) no-repeat; }
#content.has-columns .column.first span { background-position:0 -145px; width:73px; height:59px; }
#content.has-columns .column.second span { background-position:-80px -145px; width:68px; height:72px; }
#content.has-columns .column.third span { background-position:-153px -145px; width:53px; height:52px; }
#content.has-columns .column.fourth span { background-position:-215px -145px; width:87px; height:55px; }
#content .dotted-divider { border-top:1px dotted #CCC; height:1px; margin:0 0 40px; width:100%; }
#content #more-reasons, .bottom-espot #more-reasons {display: inline-block; border:1px solid #CCC; clear:both; width:930px; margin:0 0 20px 0; }
#content #more-reasons ul, .bottom-espot #more-reasons ul { border:1px dashed #CCC; float:left; margin:5px; width:893px; padding:5px 0 5px 25px; }
#content #more-reasons li, .bottom-espot #more-reasons li { color:#E31937; float:left; font-size:21px; margin:0 30px 0 0; text-align:center; line-height:20px; }
#content #more-reasons li.icon, .bottom-espot #more-reasons li.icon { color:#666; font-size:16px; text-align:left; min-width:100px; position:relative; top:9px; }
#content #more-reasons li span, .bottom-espot #more-reasons li span { display:inline-block; width:28px; height:29px; background:transparent url(../images/to-sprite.png) -231px -84px no-repeat; float:left; margin:8px 4px 10px 0; }
#content #more-reasons a, .bottom-espot #more-reasons a { font-size:16px; }

.bottom-espot { clear:both; border-top:1px solid #CCC; padding:20px 0 0; text-align: center; } 
.bottom-espot img { margin:0 0 15px 23px; }

#content.rightnow h1 { border:none; font-size:64px; width:auto; padding-top:30px; line-height:59px; margin:0 0 20px 70px; }
#content.rightnow h1 span { display:block; }
#content.rightnow #rightnow-content { border-bottom:1px solid #CCC; clear:both; float:left; margin:0 0 15px; width:100%; padding:20px 0 60px 60px; }
#content.has-columns.with-rightnow h1 { margin:0 0 50px 70px; }
#content.has-columns.triple-column.with-rightnow .column.second { width:548px; }
#content.has-columns.with-rightnow .column.third { text-align:left; }
#content.has-columns.with-rightnow .column.third .box { padding:10px; }
#content.has-columns.with-rightnow .column .box h4 { font-size:16px; }

#content.collections h1 { font-size:64px; width:auto; border:none; line-height:59px; margin:0 0 20px 70px; }
#content.collections h1 span { display:block; }
#content.collections .right { float:right; margin:0 120px 10px 0; text-align:center; width:auto; }
#content.collections .right img { margin:0 0 6px; }
#content.collections .right a { display:block; margin:0 0 4px; }
#content.collections #collection-content { border-bottom:1px solid #CCC; padding:0 0 40px; float:left; width:100%; margin:0 0 15px; }
#content.collections #collection-content img { float:right; }
#content.collections #collection-content .left { width:434px; }
#content.collections #collection-content h2 { color:#666; font-size:34px; line-height:35px; margin:0 0 30px; }
#content.collections #collection-content p { font-size:20px; margin:0 0 30px; line-height:26px; }
#content.collections #frames, #content.lens-option #frames { clear:both; float:left; width:100%; }
#content.collections #frames .frame:first-child, #content.lens-option #frames .frame:first-child { border:none; }
#content.collections #frames .frame, #content.lens-option #frames .frame { border-left:1px dotted #CCC; float:left; padding:20px; width:434px; }
#content.collections #frames .frame h3, #content.lens-option #frames .frame h3 { float:left; font-size:24px; margin:0 0 3px; }
#content.collections #frames .frame p, #content.lens-option #frames .frame p { clear:left; color:#999; float:left; font-size:17px; font-weight:bold; }
#content.collections #frames .right, #content.lens-option #frames .right { margin:0; position:relative; top:-20px; }

#content.has-columns .column.third h4 { font-size:15px; margin:0 0 4px; }
#content.has-columns.schedule .column .box { padding-top:10px; } 
#content.has-columns .column .box p strong { color:#999; font-size:15px; }
#content.has-columns .column .box input[type="text"] { height:17px; margin:10px 0; width:140px; }

#content.has-columns #content-header img { margin-bottom:0; }
#content.has-columns.single-column .column ul { margin:0 0 30px; }
#content.has-columns.single-column .column li { font-size:18px; list-style-type:disc; margin:0 0 5px 40px; line-height:26px; }
#content.has-columns.single-column.privacy .column a { color:#666; font-size:12px; font-weight:normal; text-decoration:underline; }
#content.has-columns.single-column.privacy .column a:hover, #content.has-columns.single-column .column a:focus { text-decoration:none !important; }
#content.has-columns.single-column.privacy .column h2 { font-size:12px; margin:0; }
#content.has-columns.single-column.privacy .column p { font-size:12px; margin:0 0 20px; }

#content .no-margin { margin:0 !important; }

#content.lens-option #column-content .row:first-child { border-bottom:1px solid #ECECEC; }
#content.lens-option .row { border-bottom:1px dotted #CCC; }
#content.lens-option .row img { background-color:#FFF; box-shadow:0 0 2px #CCC; float:left; margin:0 30px 0 0; padding:5px; }
#content.lens-option .row .right { margin:0; width:250px; }
#content.lens-option .row h2 { color:#333300; font-size:26px; margin:0 0 10px; line-height:24px; }
#content.lens-option .row .features { color:#999; font-size:13px; font-weight:normal; margin:0 0 15px; }
#content.lens-option .row .features span { color:#666; font-weight:bold; }
#content.lens-option .row h4 { color:#666; font-size:20px; }
#content.lens-option .row h4 + p { font-size:15px; font-weight:normal; line-height:19px; }
#content.lens-option .h2 { color:#666; font-size:32px; font-weight: bold; margin: 0 0 7px; padding: 0;   float:none; line-height: normal;}
#content.lens-option .h2 span { float:right; font-size:14px; position:relative; top:17px; }
#content.lens-option .h2 a { font-size:14px; }
#content.lens-option .row.last { margin:0; }
#content.lens-option .row.solid { background-color:#FAFAFA; border-bottom:1px solid #CCC; padding:20px 10px; width:930px; }
#content.lens-option .row.solid p, #content.lens-option .row.solid a { font-size:13px; }
#content.lens-option .row.solid + .row p { font-size:32px; font-weight:bold; }
#content.lens-option #frames { border:none; padding:0; margin:0; }
#content.lens-option #frames .right { float:right; width:auto; margin:0; text-align:center; }
#content.lens-option #frames .frame h3 { color:#999; width:265px; }
#content.lens-option #frames .frame h3 span { color:#666; display:block; font-size:16px; margin:0 0 10px; }
#content.lens-option #frames .frame p { width:265px; font-weight:normal; }

#content.has-columns.special-offers #content-header img { margin-right:100px; }
#content.special-offers .row { border-bottom:1px dotted #CCC; padding:20px 100px; width:750px; }
#content.special-offers .row.last { border:none; }
#content.special-offers .row h2 { color:#C00; font-size:44px; float:left; }
#content.special-offers .row h2 span { color:#999; font-size:30px; }
#content.special-offers .row h3 { font-size:22px; font-weight:normal; clear:both; }
#content.special-offers .row p { font-size:12px; clear:both; }
#content.special-offers .row img  { float:left; margin:0 0 0 20px; }
#content .espot { width:895px; margin:0 auto 15px; }

#content.foundation.has-columns #content-header img { margin-right:0; }
#content.foundation .row { padding:0 70px 20px 130px; width:740px; }
#content.foundation .row img { float:left; margin:10px 30px 30px 0; }
#content.foundation .row h2 { font-size:24px; color:#666; }
#content.foundation .row p { font-size:18px; }

#wcm-footer { border-top:1px solid #CCC; float:left; padding:20px 0; width:100%; }
#wcm-footer .column:first-child { border:none; }
#wcm-footer .column { border-left:1px dotted #CCC; float:left; padding:10px 40px; width:393px; }
#wcm-footer .column .heading { font-size:16px; font-weight:bold; }

#content.plan { margin:0 0 0 151px; width:648px; color:#000; }
#content.plan #content-header { background-color:#E51937; border:none; margin:0 0 20px; padding:10px 0; text-align:center; }
#content.plan #content-header h1 { border:none; color:#FFFFFF; font-size:40px; margin:0; padding:0; width:100%; }
#content.plan #content-header h1 span { color:#FFFFFF; display:block; font-size:20px; }
#content.plan #column-content { float:left; margin:0 0 10px; overflow:hidden; }
#content.plan #column-content .col:first-child { border:none; }
#content.plan #column-content .col { border-left:1px solid #000; margin:0 0 -300px; padding:20px 0 300px 30px; width:293px; }
#content.plan h2 { font-size:26px; font-weight:normal; text-transform:capitalize; }
#content.plan h3 { color:#e51937; font-size:16px; margin:20px 0; }
#content.plan li { font-size:16px; list-style-type:circle; margin:0 0 20px 2px; }
#content.plan .buttons li { list-style-type:none; position:relative; padding:0 0 0 60px; }
#content.plan .buttons span { background-color:#E51937; color:#FFFFFF; display:inline-block; font-size:15px; font-weight:bold; left:-13px; padding:2px 5px; position:absolute; }
#content.plan .cap { font-size:11px; padding:0 50px 0 0; }
#content.plan .button-container { text-align:center; }
#content.plan .button { margin:0 0 40px; background-color:#E51937; display:inline-block; font-size:17px; padding:5px; text-transform:uppercase; color:#FFF; }
#content.plan .button span { border:1px solid #FFF; display:inline-block; padding:5px 10px; }
#content.plan .boxes { background-color:#8C8C8C; clear:both; float:left; margin:0 0 10px; padding:10px; width:628px; }
#content.plan .boxes .box:first-child { margin:0; }
#content.plan .boxes .box { border:1px solid #FFF; color:#FFF; float:left; margin:0 0 0 10px; min-height:95px; padding:15px 0 0 30px; width:277px; }
#content.plan .boxes .box h4 { font-size:20px; }
#content.plan .boxes .box p { font-size:16px; }

.eye-exam-information #content-header { border-bottom:1px solid #CCC; clear:both; float:left; margin:0 0 70px; width:100%; }
.eye-exam-information #content-header h1 { float:left; font-size:77px; margin:40px 30px 20px 40px; padding:0 20px 0 0; line-height:70px; }
.eye-exam-information #content-header h1 span { display:block; }
.eye-exam-information #content-header img { float:right; margin:0 130px 0 0; }
.eye-exam-information .find-location-near-you { float:right; width:192px; }
.eye-exam-information .box { border:1px solid #999; color:#FFF; margin:0 0 30px 10px; padding:15px 0 15px 10px; width:180px; }
.eye-exam-information .box h4 { font-size:15px; color:#666; text-align:left; }
.eye-exam-information .box p { font-size:16px; text-align:left; }
.eye-exam-information .box p strong { color:#999; font-size:15px; text-align:left; }
.eye-exam-information .box input[type="text"] { height:17px; margin:10px 0; width:140px; text-align:left; }

.column-espots { border-top:2px solid #E8E8E8; clear:both; float:left; padding:15px 0; width:100%; }
.column-espots .column:first-child { border:none; }
.column-espots .column { border-left:1px dotted #E8E8E8; float:left; min-height:140px; padding:20px 20px 5px; position:relative; width:275px; }
.column-espots .column .heading { font-size:24px; font-weight:bold; margin:0; line-height:20px; margin:0 0 5px; }
.column-espots .column p { font-size:17px; margin:0 0 10px; }
.column-espots .column a { bottom:0; position:absolute; }
.column-espots .column .icon { display:inline-block; background:transparent url(../images/to-sprite.png) no-repeat; position:absolute; right:10px; top:44px; }
.column-espots .column .icon.cal { width:73px; height:58px; background-position:-316px -145px; }
.column-espots .column .icon.head { width:53px; height:52px; background-position:-153px -145px; }
.column-espots .column .img { position:absolute; right:5px; bottom:0; }

/* unused #ContactLensPromo1 { clear:right; float:right; margin:10px 0 0; text-align:right; width:320px; }
#ContactLensPromo2 { clear:both; float:left; margin:0 0 10px; width:100%; } */
.add-to-cart-contacts-only span + css3-container { left:421px !important; top:71px !important; }

/* PDP Flyout */
#flyout, .s7flyoutviewer {
}
.s7flyoutzoom {
	z-index: 500 !important;
}
.s7flyoutviewer .s7flyoutzoomview .s7flyoutzoom {
	border: 5px solid rgba(255,255,255,0.4) !important;
	border-radius: 50%;
	height:232px !important;
	position: fixed !important;
	width:232px !important;
}

.s7highlight {
	display: none !important;
}

.no-transform { text-transform:none; color:inherit; font-size:inherit !important; display:inline !important; }

.close-reset-password { float:left; display:block !important; margin:0 3px 0 0; top:7px; position:relative; }
.close-reset-password + css3-container { left:43px !important; }

#ui-datepicker-div { display:none; }

.sms-terms-text p, .sms-terms-text li, .sms-terms-text a {
    font-size: 9px;
}
.sms-terms-text {
    clear: both;
    float: left;
    font-style: italic;
    width: 500px;
}

.carriers-hidden, .hide_terms { display:none; }

/* Checkout */
#checkout_step,
/*#checkout_step * {
	box-sizing: border-box;
}*/

#checkout_step {
	border-top: 1px solid #e2e2e2;
	overflow: hidden;
}
#checkout_Header_Text {
	font-size: 40px;
	color: #666;
}
/* -----------------------------------------------------------------------------*/
/* CHECKOUT LEFT NAV
/* -----------------------------------------------------------------------------*/
#checkout_left_nav {
	float:left;
	padding:25px 10px 25px 0;
	width:260px;
	color: #666;
} 
	#checkout_left_nav h2,
	.checkout-logon h2,
	#checkoutContent h2 {
		clear: both;
		font-size: 22px;
		 
		color: #666;
	}
	
	#checkout_left_nav h2 {
		white-space: nowrap;
	}
	
	#checkoutContent h2 {
		margin-top: 10px;
	}
	
	#checkoutContent h2.checkout-heading {
		font-size: 30px;
		margin-top: 0;
	}
#checkout_left_nav li { 
	border-bottom: 1px dotted #999;
	color:#666;
	font-size:16px;
	margin-left: 25px;
	padding:10px 0 10px 10px;
	overflow: hidden;
	position: relative;
	font-weight: bold;
	 
}

#checkout_left_nav li#DoctorInformationEntry p {
	display:none;	
}

#checkout_left_nav li#DoctorInformationEntry p.telephone, #checkout_left_nav li#DoctorInformationEntry p.doctor {
	display:block;	
}
	#checkout_left_nav li * {
		font-weight: normal;
	}
	#checkout_left_nav li.active {
		border: none;
		color: #C00;
		background-color: #f3f3f3;
	}
		#checkout_left_nav li.active p,
		#checkout_left_nav li.active > div {
			color: #666;
		}
	#checkout_left_nav li > p,
	#checkout_left_nav li > div,
	#checkout_left_nav li > span {
		padding: 5px 0 0 15px;
	}
	#checkout_left_nav li a.editLink {
		 
		position: absolute;
		top: 10px; right: 20px;
	}
.checkout-logon,
.checkout-logon * {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
/*#checkoutContent {
	float: right;
	padding: 25px 0 0 25px;
	border-left: 1px solid #e2e2e2;
	min-height: 400px;
	color: #666;
	font-size: 16px;
}

#checkoutContent .row {
	margin:20px 0;
	float:left;
	clear:both;
	width:100%;
}

#checkoutContent .required {
	font-size:13px;	
	font-weight:normal;
}

#checkoutContent h5 {
	color:#666;
	font-size:22px;
}

#checkoutContent h6 {
	color:#434749;
	font-size:20px;	
	margin:0 0 10px;
	cursor:pointer;
}

#checkoutContent h6:before {
	content:"";
	display:inline-block;
	width:16px;
	height:8px;
	background:transparent url(../images/icons/red-arrow-down.gif) no-repeat;
	margin:0 10px 0 0;
}

#checkoutContent h6.active:before {
	width:8px;
	height:16px;
	background:transparent url(../images/icons/red-arrow-right.gif) no-repeat;
	margin:0 18px 0 0;
}

#checkoutContent h6.active + div {
	display:none;	
}

#checkoutContent h6 + div {
	padding:0 0 0 26px;	
}

#checkoutContent h6 span {
	font-size:14px;
	font-weight:normal;	
}

#checkoutContent p.number {
	font-size:28px;
	color:#666;
	font-weight:bold;	
}

#checkoutContent .checkout-container {
	padding:0 0 20px;
	margin:0 0 20px;
	border-bottom:1px solid #e2e2e2;
}

#checkoutContent .checkout-container:last-of-type {
	border:none;	
}

	#checkoutContent h3 {
		font-weight: normal;
		font-size: 23px;
		 
	}
	#checkoutContent #content_wrapper {
		width: auto;
	}
	
	#checkoutContent #content_wrapper.review .remove-all, #checkout_step.Confirmation .remove-all {
		display:none;
	}
	
	#checkoutContent .shipping_method p {
		 
	}
*/
/* -----------------------------------------------------------------------------*/
/* CHECKOUT LOGON
/* -----------------------------------------------------------------------------*/
.checkout-logon .required {
    font-size: 12px;
}
.checkout-logon,
.checkout-logon p,
.checkout-logon label,
.checkout-logon span,
.checkout-logon a,
.checkout-logon input {
	font-size: 16px;
}
.checkout-logon,
.checkout-logon p,
.checkout-logon label,
.checkout-logon input {
	font-size: 16px;
	color: #666;
}
.checkout-logon > div {
	float: left;
	width: 50%;
	padding: 10px 40px;
}
	.checkout-logon > div input[type="text"],
	.checkout-logon > div input[type="password"],
	.checkout-logon > div input[type="email"]{
		width: 100%;
		border: 1px solid #999;
		padding: 0;
		line-height: 24px;
		font-size: 16px;
	}
	.checkout-logon > div label{
		display: block;
		margin-bottom: 5px;
	}
	.checkout-logon > div input[type="radio"] + label{
		display: inline;
	}
	.checkout-logon > div a{
		font-weight: normal;
		padding-left: 10px;
	}
	.checkout-logon > div .round-button.disabled{
		background-color: #626262;
		color: #FFF;
		opacity: 1;
	}
#checkout-sign-in {
	padding-left: 0;
}
#checkout-selection {
	padding-right: 0;
	border-left: 1px dotted #999;
}
#checkout-createAccount {
	clear: both;
	float: none;
	padding-top: 35px;
	width: 100%;
	padding-left: 0;
}
	#checkout-createAccount label {
		color: #666;
		font-weight: normal;
	}
	#checkout-createAccount input[type="checkbox"],
	#checkout-createAccount input[type="checkbox"] + label {
		display: inline-block;
		vertical-align: middle;
		margin: 5px 5px 5px 0;
	}
	#checkout-createAccount .fe {
		width: 100%;
		margin: 0;
	}
	#checkout-createAccount .createEmail,
	#checkout-createAccount .createPassword {
		width: 50%;
		padding: 15px 25px 15px 0;
		float: left;
	}
	#checkout-createAccount .agreements {
		width: 100%;
		float: none;
		clear: both;
	}
	#checkout-createAccount .agreements .countryLabel {
		display: inline-block;
		margin-right: 10px;
		vertical-align: middle;
	}
	#checkout-createAccount .agreements > div,
	#checkout-createAccount .agreements > label,
	#checkout-createAccount .agreements > select {
		margin: 5px 0;
	}
	#checkout-createAccount #canadaDisclaimer {
		clear: both;
		padding: 10px 0 0 20px;
		color: #666;
		font-size: 16px;
	}
	#checkout-createAccount .buttons {
		margin-top: 30px;
	}
	
/*#checkoutContent,
#checkoutContent * {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}*/

/*#checkoutContent {
	float: left;
	width: 760px;
	overflow: hidden;
	padding: 25px 0 0 25px;
}*/

#checkoutContent .lensQPS {
	width:30%;	
}

#checkoutContent .lensQPS .lensDescr {
	margin:0 0 10px;	
}

#checkoutDoctorInfo {
	overflow: hidden;
}
/*
#checkoutDoctorInfo p.star-text { font-size:12px; }

	#checkoutDoctorInfo p,
	#checkoutDoctorInfo label,
	#checkoutDoctorInfo input,
	#checkoutDoctorInfo img,
	#checkoutDoctorInfo select {
		margin: 0 0 10px; 0;
		font-size: 12px;
	}
	#checkoutDoctorInfo p {
		margin:10px 0;
	}
	#checkoutDoctorInfo input[type="text"],
	#checkoutDoctorInfo select {
		border: 1px solid #e2e2e2;
		border-radius: 5px;
		display: block;
		height: 40px;
		line-height: 40px;
		padding: 0 10px;
		width: 350px;
	}
	
#checkoutDoctorInfo input[type="text"].required, #checkoutDoctorInfo select.required {
	border:1px solid #C00;	
}
#checkoutDoctorInfo input[type="text"].disabled, #checkoutDoctorInfo select.disabled {
	background-color: #eeeeee;
}*/
#checkout_step .content-block {
	background: transparent;
}
#checkout_step label {
	color: #666;
	font-weight: normal;
	position: relative;
}
#checkout_step #checkout-selectionSubmitButton {
	float: left;
    margin: 11px 10px 0 0;
}
#checkout_step .unregisteredCheckout {
	overflow: hidden;
	width: 630px;
}
	#checkout_step .unregisteredCheckout .fe{
		width: 235px;
	}
	#checkout_step .unregisteredCheckout .fe input[type="text"]:not(.phoneSegment),
	#checkout_step .unregisteredCheckout .fe input[type="email"],
	#checkout_step .unregisteredCheckout .fe select {
		width: 100%;
	}
	#checkout_step .unregisteredCheckout .fe input[type="radio"] {
		clear: both;
	}
#checkout_step .shippingDetails {
	overflow: hidden;
	width: 630px;
}
	#checkout_step .shippingDetails {
		overflow: hidden;
		width: 630px;
	}
#checkout_step .cardInfo {
	width: 100%;
}
	#checkout_step .cardInfo > div{
		float: left;
	}
	#checkout_step .billing_method .fe {
		width: 235px;
	}
	#checkout_step .billing_method input[type="text"]{
		width: 100%;
	}
	#checkout_step .billing_method input.cc_cvc{
		display: block;
		width: 100px;
	}
	#checkout_step .billing_method input.expdate{
		width: 160px;
	}
#checkout_step #cardImageContainer span {
	display: inline-block;
	margin: 3px;
	vertical-align: middle;
	width: 49px; height: 31px;
	background: transparent center center no-repeat;
	font-size: 0;
	color: transparent;
	text-indent: -9999px;
	opacity: 0.3;
}
	#checkout_step #cardImageContainer span.active {
		opacity: 1;
	}
	#checkout_step #cardImageContainer span#VISA {
		background-image: url("../images/cards/visa.png");
	}
	#checkout_step #cardImageContainer span#Master-Card {
		background-image: url("../images/cards/mastercard.png");
	}
	#checkout_step #cardImageContainer span#AMEX {
		background-image: url("../images/cards/amex.png");
	}
	#checkout_step #cardImageContainer span#Discover {
		background-image: url("../images/cards/discover.png");
	}
#error-page { text-align:center; }
#error-page h1 { margin:0 0 10px; }
#error-page ul { padding:20px 0; width:600px; margin:0 auto; line-height:20px; }
#error-page li { float:left; width:33%; margin:0 0 20px; }
#error-page li a { display:block; margin:0 0 3px; }

@media only screen and (min-width : 414px) and (max-width : 736px)  {
	.registrationLanding { left:20px; } 
	.registrationLanding .col, .loginContainer .col  { width:370px; margin:0 0 20px; clear:both; border:none !important; }
}

/* MODALS */
.standard-modal {
	font-size: 20px;
	padding-top: 20px;
}
	.standard-modal .ui-dialog-titlebar-close {
		right: -15px;
		top: -35px;
	}
	
	.standard-modal h2 {
		font-size: 40px;
		text-transform:none;
	}
	
	.standard-modal p,
	.standard-modal h3,
	.standard-modal a {
		display: block;
		font-size: 20px;
		margin: 10px;
	}
	
	.standard-modal img.centered {
		display: block;
		margin: 0 auto;
	}

.tah-modal {
}
	.tah-modal h2 + p {
		font-size: 23px;
	}
		
	.tah-modal ul {
	}
		.tah-modal ul li {
			height: 71px;
			margin: 5px 0;
			padding-left: 73px;
			position: relative;
		}
			.tah-modal ul li p {
				display: inline-block;
				vertical-align: middle;
				width: 99%;
			}
			
			.tah-modal ul li:after {
				content: " ";
				display: inline-block;
				height: 62px;
				vertical-align: middle;
				width: 1px;
			}
			
			.tah-modal ul li:before {
				background: transparent center center no-repeat;
				content: " ";
				display: block;
				height: 62px;
				left: 0;
				position: absolute;
				top: 0;
				width: 63px;
			}
			
			.tah-modal ul li.tah-choose:before {
				background-image: url("../images/icons/icon-tah-choose.png");
			}
			
			.tah-modal ul li.tah-ship:before {
				background-image: url("../images/icons/icon-tah-ship.png");
			}
			
			.tah-modal ul li.tah-try:before {
				background-image: url("../images/icons/icon-tah-try.png");
			}
			
			.tah-modal ul li.tah-love:before {
				background-image: url("../images/icons/icon-tah-love.png");
			}

.fs-modal {
}
	.fs-modal ul li {
		background: transparent top left no-repeat;
		background-size: 80px;
		margin-bottom: 20px;
		padding-left: 85px;
	}
	
	.fs-modal ul li.oval {
		background-image: url("../images/face-shapes/fs_oval.jpg");
	}
	
	.fs-modal ul li.round {
		background-image: url("../images/face-shapes/fs_round.jpg");
	}
	
	.fs-modal ul li.heart {
		background-image: url("../images/face-shapes/fs_heart.jpg");
	}
	
	.fs-modal ul li.square {
		background-image: url("../images/face-shapes/fs_square.jpg");
	}

#InterrupterModal {
	text-align: center;
}
	
	#InterrupterModal h2 {
		display: inline-block;
		font-size: 30px;
		font-weight: normal;
		margin: 0 auto;
		padding: 0 10px;
		position: relative;
		text-transform: uppercase;
	}
		
		#InterrupterModal h2:before,
		#InterrupterModal h2:after {
			border-bottom: 2px solid #e2e2e2;
			border-top: 2px solid #e2e2e2;
			content: " ";
			display: block;
			height: 10px;
			position: absolute;
			top: 8px;
			width: 50px;
		}
		
		#InterrupterModal h2:before {
			left: -50px;
		}
		
		#InterrupterModal h2:after {
			right: -50px;
		}
	
	#InterrupterModal h3 {
		color: #D51513;
		font-size: 65px;
		 
		white-space: nowrap;
	}
	
	#InterrupterModal p {
		font-size: 16px;
		margin: 10px auto;
		width: 70%;
	}
		
		#InterrupterModal p.code {
			color: #D51513;
			font-size: 28px;
			font-weight: bold;
			margin: 20px auto;
			padding: 10px 0;
			position: relative;
		}
			
			#InterrupterModal p.code:before,
			#InterrupterModal p.code:after {
				border-bottom: 2px solid #e2e2e2;
				border-top: 2px solid #e2e2e2;
				content: " ";
				display: block;
				height: 10px;
				position: absolute;
				left: 0;
				width: 100%;
			}
			
			#InterrupterModal p.code:before {
				top: -10px;
			}
			
			#InterrupterModal p.code:after {
				bottom: -10px;
			}
			
#tah-rx-error-modal {
	text-align: center;
}
			
#tah-rx-error-modal h2 {
	color: #666;
	font-size: 30px;
}
			
#tah-rx-error-modal p {
	font-size: 16px;
}
			
#tah-rx-error-modal .tah-modal-image {
	text-align: left;
	margin: 50px 0;
}		
	#tah-rx-error-modal .tah-modal-image > img,
	#tah-rx-error-modal .tah-modal-image .brand-name {
		display: inline-block;
		margin-right: 20px;
		vertical-align: middle;
	}
	
	#tah-rx-error-modal .tah-modal-image .brand-name {
		width:55%;
	}

#tah-rx-error-modal button {
	text-transform: none;
}
/* END MODALS */

#lens-error { margin:0 0 0 15px; }
.bv-container { clear: both; width: 76px; margin: 0 auto; padding: 10px 0 0; }
.bv-container .bv-rating span, .bv-container .bv-cleanslate .bv-core-container-17 .bv-inline-rating-container .bv-rating-label, #bazaar_voice_review_summary_wrapper .bv-cleanslate .bv-core-container-17 .bv-summary-bar .bv-percent-recommend-container { color:#666 !important; }

#checkout-controls { float:left; clear:both; width:100%; padding:10px 0 0; }
#checkout-controls input { float:left; }
#checkout-controls a { float:left; margin:10px 0 0; }

.pdp-lovin { padding:20px; background-color:#F5F5F5; margin:0 0 20px; }
.pdp-lovin h3 { font-size:18px; margin:0 0 10px; }
.pdp-lovin p { margin:0 0 30px; }
.pdp-lovin a { font-size:15px; display:inline-block; margin:-13px 0 0px 10px; }
.pdp-lovin .exam-locator { margin:0 0 20px; }
.pdp-lovin label { color:#434749; font-size:15px; margin:0 0 5px; display:block; }
.pdp-lovin input[type="text"] { font-size:14px; padding:5px 10px; width:129px; box-sizing:unset; }
.pdp-lovin input[type="submit"] { font-size:14px; background-color: #C00; color:#FFF; border:none; width:60px; padding:7px 0; margin:0 0 0 -4px; font-weight:bold; }

.tah-item.cart { float:right; clear:both; font-size:12px; }
.tah-item.cart.summary { float:left; margin:0 0 10px;}

.container360 { position:absolute; left:-9999px; display: none;}

#others { float:left; width:100%; clear:both; background-color:#F5F5F5; }
#others .genericESpot { display:none; }
#other-looks { float:left; width:100%; clear:both; margin:0 0 10px; position:relative; }
#other-looks .item { float:left; width:23%; margin:0 .25%; }
#other-looks .item img { width:80%; display:block; margin:0 auto; }
#other-looks .item .change-colors-views { border:none; }
#other-looks .item .img-tile { background-color:#FFF; margin:0 0 10px; position:relative; min-height:109px; }
#other-looks .item .img-tile .favorite-button { background:transparent url("../images/icon-fav_gray.png") center center/22px 21px no-repeat; bottom:5px; cursor:pointer; height:21px; position:absolute; right:7px; width:22px; }
#other-looks .item .img-tile .favorite-button.favorited,
#other-looks .item .img-tile .favorite-button:hover { background:transparent url("../images/icon-fav.png") center center/22px 22px no-repeat; }
#other-looks .item .img-tile .icon, #other-looks .item .img-tile .icon.selected { min-width:auto; margin:0 0 0 5px; padding:0; display:inline-block; text-indent:-9999px; width:16px; height:16px; border-radius:16px; overflow:hidden; }
#other-looks .item .info { text-align:center; }
#other-looks .item .info .price { font-size:22px; margin:0 0 10px; }
#other-looks .item .info .brand, #other-looks .item .info .style { font-size:15px; margin:0 0 5px; }
#other-looks .slick-arrow { text-indent:-9999px; top:50%; margin:-21px 0 0; background:none; display:block; height:42px; position:absolute; width:28px; border:none; line-height:0; z-index:9999; }
#other-looks .slick-arrow.slick-prev { background-image:url("../images/buttons/button-arrow-left.png"); left:-23px; }
#other-looks .slick-arrow.slick-prev:hover { background-image:url("../images/buttons/button-arrow-left-hover.png"); }
#other-looks .slick-arrow.slick-next { background-image:url("../images/buttons/button-arrow-right.png"); right:-23px; }
#other-looks .slick-arrow.slick-next:hover { background-image:url("../images/buttons/button-arrow-right-hover.png"); }
#other-looks .slick-list { overflow:hidden; }

.uppercase { text-transform:uppercase !important; }
#brands .ad a{
	width:100%;
	display: inline-block;
}

#brands .ad a:focus {
    border: 2px solid #7F487F;
}

.home-espot-area #brands > div img{
	max-width:100%;
}
#header-sign-in-modal a.close-drop:focus, #header-register-modal a.close-drop:focus{
	text-indent: 0;
	outline: 1px solid #000;
	outline-offset: 3px;
}

.mqabasicwnd li.storeName a.storeNameUrl, .gm-style-iw li.storeName a.storeNameUrl {
	font-size: 200%;
	font-weight: bold;
	color: #1f1f1f;
	padding: 10px 0 3px 0; 
    display: block;
}

.mqabasicwnd-close {
	position: absolute;
	top: -4px;
	right: -18px;
	width: 21px;
	height: 21px;
	background-position: -395px -294px;
}

#banner-container { float:left; clear:both; width:100%; background-color:#F6F6F6; }
#banner-container .bv-curations-cleanslate .fm-carousel, .bv-curations-cleanslate { padding:0 !important; margin:0 !important; }

input#locationEntryHeader::-webkit-input-placeholder{
   color: #777773;
}

input#locationEntryHeader:-moz-placeholder { /* Firefox 18- */
   color: #777773;
}

input#locationEntryHeader::-moz-placeholder {  /* Firefox 19+ */
   color: #777773;
}

input#locationEntryHeader:-ms-input-placeholder {  
   color: #777773;
}
.product-detail .product-options .button-flat .hide {
    display: none;
}
.allContentWrapper #content_wrapper_box #Product .social-options {
    margin-bottom: 40px;
    margin-top: 13px;
}
.allContentWrapper #content_wrapper_box #Product .social-options .social-sites{
	margin: 0 6px;
    padding: 6px 22px 18px 19px;
}
.allContentWrapper #content_wrapper_box #Product .social-options .facebook{
	background: rgba(0, 0, 0, 0) url("../images/buttons/Facebook_icon.png") no-repeat scroll center center;
}
.allContentWrapper #content_wrapper_box #Product .social-options .twitter{
	background: rgba(0, 0, 0, 0) url("../images/buttons/Twitter_icon.png") no-repeat scroll center center;
}
.allContentWrapper #content_wrapper_box #Product .social-options .pinterest{
	background: rgba(0, 0, 0, 0) url("../images/buttons/Pinterest_icon.png") no-repeat scroll center center;
}

#checkout_step .shipping_billing {
    height: 300px;
    margin: 0;
    padding: 0;
    width: 460px;
}
#contactsPDP #contactsDetails .promo h1.contact-lens-name{
	margin-bottom:1px !important;
}
#contactsPDP #contactsDetails .promo .manufacturer span{
	display:inline-block;
}
#contactsPDP #contactsOrderSection .patient-information .order-instruction{
	border: 1px solid #aaa;
    padding: 10px;
    border-radius: 5px;
}
#contactsPDP #contactsOrderSection .patient-information .order-instruction span.order-contact{
	font-weight: bold;
    font-size: 27px;
    text-align:center;
    display:block;
    color:#565656;
}
#contactsPDP #contactsOrderSection .patient-information .order-instruction .required{
	color: #66667d;
    font-family: Arial,Helvetica,sans-serif;
    font-size:14px;
}
#contactsPDP #contactsOrderSection .patient-information .order-instruction p{
	color: #666695;
    font-family: Arial,Helvetica,sans-serif;
    font-size:14px;
    margin-bottom: 10px;
}
#contactsPDP div#contactsOrderSection .patient-information input[type=text]{
	background-color:#ffffdd;
} 
#contactsPDP div#contactsOrderSection select{
	background-color:#ffffdd;
}
#contactsPDP #contactsOrderSection .patient-information h2{
	background-color: #eee;
    margin-bottom: 0;
    padding: 10px 10px 16px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#contactsPDP #contactsOrderSection .birthdateSelects select{
	height: 23px ;
    width: 134px !important;
    margin-right: 9px !important;
}
#contactsPDP #contactsOrderSection .patient-information div.fe-row {
    background-color: #eee;
    margin-bottom: 0;
    padding: 0 10px 15px;
}
#contactsPDP #contactsOrderSection h3 {
    background-color: #eee;
    margin-bottom: 0;
    padding:0 10px;
}
#contactsPDP #contactsOrderSection .contact-lens-rx-area {
    background-color: #eee;
    padding: 0 10px;
    margin-bottom: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#contactsPDP #contactsOrderSection .contact-lens-rx-area .addToCartBtnContainer input#addToCartButton{
	font-size: 16px;
    margin-top: 13px;
    padding: 9px 0;
    width: 208px;
}
#product_list_container #WC_CatalogSearchResultDisplay_div_1 span#currentResults{
	 font-size: 12px;
	 font-weight:normal;
}
#WC_CatalogSearchResultDisplay_td_2_ESpot1{
	background-color:#ba7aba;
}
#WC_CatalogSearchResultDisplay_td_2_ESpot1 #ad_210920 h1.offer-heading{
	margin-top:18px;
	margin-left:16px;
	margin-bottom: 6px;
	text-align: left;
}
#WC_CatalogSearchResultDisplay_td_2_ESpot1 #ad_210920 h1.offer-heading span.red-part{
	color:#a53473;
}
/**
h1.shopCartTitle{
	font-size:30px;
	color: #666666;
	border-bottom:none;
}
.cart-items-container a.remove-all:link, .cart-items-container .editPrescriptionsLink a:link, .checkout-continue a.continue:link, #order_total a.font1:link, p.warranty-input.warranty a:link{
   color:#0282d1;
    text-decoration: none;
}
.cart-items-container a.remove-all:visited, .cart-items-container .editPrescriptionsLink a:visited, .checkout-continue a.continue:visited, #order_total a.font1:visited, p.warranty-input.warranty a:visited{
    color:#0282d1;
    text-decoration: none;
}
.cart-items-container a.remove-all:hover, .cart-items-container .editPrescriptionsLink a:hover, .checkout-continue a.continue:hover, #order_total a.font1:hover, p.warranty-input.warranty a:hover{
    color:#0282d1;
     text-decoration: none !important;
}
.cart-items-container a.remove-all:active, .cart-items-container .editPrescriptionsLink a:active, .checkout-continue a.continue:active, #order_total a.font1:active, p.warranty-input.warranty a:active{
    color:#0282d1;
    text-decoration: none;
}

.cart-items-container .productTitleDetails a{
	font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size: 16px;
	color: #797979;
}
**/
.cart-items-container .cart-contacts-info .right-eye h2, .cart-items-container .cart-contacts-info .left-eye h2{
	text-transform: none;
	font-size: 12px;
	font-family:"HelveticaNeueBold","HelveticaNeue-Bold","Helvetica Neue Bold","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
}
/**
.cart-items-container .custom-select {
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    overflow: hidden;
    width: 144%;
    margin-left: -15px;
}

.cart-items-container  .cart-item-qty .custom-select select {
    background: #f7f7f7 url("../images/select-arrow.png") no-repeat scroll 67px 21px;
    color: #666666;
    outline: medium none;
    padding: 15px;
    width: 120%;
}
.total-savings .total_figures, .total-savings-table .total_figures{
	color:#c11624;
}
**/

.cart-items-container .cart-contacts-specs {
    margin-top: 33px;
}
.cart-items-container .edit-prescriptions{
	margin-top:5px;
}
/**
.main-total.total-savings span.arrow{
	background: transparent url("../images/select-dropdown-arrow.png") no-repeat scroll 1px -34px;
    display: inline-block;
    height: 13px;
    margin-left: -29px;
    width: 23px;
}
.main-total.total-savings.collapsed span.arrow{
	 background-position: 5px -8px;
}
**/
#main_content_wrapper #checkoutContent .cart-contacts-info h2{
	text-transform: capitalize;
	font-size:12px;
}
#main_content_wrapper #checkoutContent a#singleOrderSummary{
	
	clear:both;
	height: 42px;
	padding: 0 61px;
}
/**
.orderTotalsSummary #total_breakdown #order_total tr:first-child{
      border-bottom:1px solid #e2e2e2;
       
}

#total_breakdown #order_total tr td.total_details{
      font-size:13px;
      font-family: "HelveticaNeueRoman","HelveticaNeue-Roman","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
}

#total_breakdown #order_total tr td.total_figures{
	  font-size:13px;
      font-family: "HelveticaNeueBold","HelveticaNeue-Bold","Helvetica Neue Bold","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
      padding-left: 69px;
}

#total_breakdown #order_total tr:nth-child(3) td.total_figures {
    color: #cb0405;
           
}
#total_breakdown #order_total tr:first-child td.total_details { font-size:20px; font-family: "HelveticaNeueRoman","HelveticaNeue-Roman","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;padding-top: 20px;}
#total_breakdown #order_total tr:first-child td.total_figures { font-size:20px; font-family: "HelveticaNeueBold","HelveticaNeue-Bold","Helvetica Neue Bold","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif; padding: 17px 65px;}
#main_content_wrapper .cart-contacts .cart-item-headings{
	margin-bottom: 11px;
}
**/

#main_content_wrapper .cart-contacts .cart-item-container{
	margin:0 0 18px;
}
#main_content_wrapper #content_wrapper .cart-items-container h2.cartSubTitle{
	margin-top:6px;
}
#main_content_wrapper #content_wrapper #total_breakdown table#order_total{
	border-collapse: collapse;
}
#main_content_wrapper #content_wrapper .shopCartTotals .grand-total td#WC_SingleShipmentOrderTotalsSummary_td_10{
	 padding-left: 66px;
}

/** TODO: da spostare **/
.mini-cart {
    padding-right: 0px;
    float: left;
    text-align: left;
}

.mini-cart .title {
    text-align: left;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 15px;
    margin-top: 10px;
    width: 100%;
    float: left;
}

.mini-cart .row {
    float: left;
    width: 100%;
    padding: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.mini-cart .text {
    margin-left: 2%;
    text-align: right;
    float: right;
}

.mini-cart .text .qnt {
	margin-right: 3%;
    font-size: 12px !important;
}

.mini-cart .text .retail {
	display: inline-block;
    font-size: 12px !important;
    clear: left;
    float: left;
    padding-top: 5px;
    width: 100px;
    margin-right: 20px;
}

.mini-cart .text .price {
    /*float: right;*/
    display: inline-block;
    font-size: 18px !important;
    font-weight: bold !important;
    margin-left: 3px;
}

.mini-cart .product-name {
    float: left;
    font-size: 14px !important;
    text-transform: none !important;
    width: 100%;
    margin-top: 5px;
}

.mini-cart .img {
    float: left;
    height: 65px;
}

.mini-cart .img img {
    width: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mini-cart .total {
    width: 100%;
    text-align: right;
    padding-right: 0px !important;
}

.mini-cart .text1 {
    font-size: 14px !important;
    float: right;
    margin-top: 2px;
}

.mini-cart .text2 {
    font-size: 16px !important;
    float: right;
    margin-left: 13px;
    font-weight: bold;
}

.mini-cart .button {
    float: right;
    margin-left: 9px;
}

.mini-cart .button button {
    background-color: #CC0504;
    width: 140px;
    padding: 10px;
    color: #fff;
    border: 1px solid #CC0504;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: 5px;
}

.mini-cart .text3 {
    float: left;
    font-size: 12px !important;
    font-style: italic;
    margin-top: 2px;
    text-align: left;
    max-width: 165px;
} 

.mini-cart .text .retail-frame {
    font-size: 12px !important;
    clear: left;
    float: left;
    padding-top: 5px;
    width: 100px;
    margin-right: 20px;
}

.mini-cart .text .price-frame {
    float: right;
    font-size: 18px !important;
    font-weight: bold !important;
    margin-left: 3px;
}

.mini-cart .img-frame {
    float: left;
    height: 60px;
}

.mini-cart .type-frame {
    width: 111%;
    margin-top: 5px;
    margin-left: -15px;
    padding-top: 10px;
    padding-left: 15px;
    padding-bottom: 10px;
    background-color: #f5f5f5;
    font-size: 14px !important;
    text-transform: none !important;
    float: left;
}

/** Checkout **/

.cart-items-container, .cart-items-container *, .shopping-cart-page, .shopping-cart-page * {
    box-sizing: border-box;
}

.shopCartTotals table .main-total.top td {
    border-top: 1px solid #e2e2e2;
}

.shopCartTotals table .main-total td {
    font-size: 20px;
}

.shopCartTotals table td:nth-child(1) {
    padding-left: 36px;
}

.shopCartTotals table td {
    padding: 5px;
    width: 50%;
}

/*.arrow {
    width: 13px;
    height: 10px;
    background: transparent url(../images/drop-arrows.png) 0 0 no-repeat;
    background-size: 13px;
    display: inline-block;
}*/

.shopCartTotals table .main-total td.total_figures {
    font-weight: bold;
}

.shopCartTotals table .main-total.top td {
    border-top: 1px solid #e2e2e2;
}


.shopCartTotals table .main-total td {
    font-size: 20px;
}

.shopCartTotals table td:nth-child(2) {
    padding-right: 36px;
}

.shopCartTotals table td {
    padding: 5px;
    width: 50%;
}

.shopCartTotals table td:nth-child(1) {
    padding-left: 36px;
}

.shopCartTotals table {
    width: 100%;
}

/** blocco insurance discount checkout **/
#page-container {
    width: 1025px;
    margin: 0 auto;
    padding: 0px;
    padding-bottom: 50px;
    position: relative;
}

.container-follow {
    margin-top: 30px;
    position: relative;
}

.container-follow .flash-follow {
    width: 507px;
    height: 55px;
    background-color: #750207;
    position: relative;
    color: #FFF;
    margin-top: 80px;
}

.container-follow .flash-follow .icon {
    margin-top: 15px;
    margin-left: 20px;
    float: left;
    width: 30px;
    font-size: 20px;
}

.container-follow .flash-follow .text {
    margin-top: 15px;
    margin-left: 10px;
}

.container-follow .flash-follow .text .sub-text {
    font-weight: bold;
    clear: left;
}

.container-follow .follow-option {
    position: relative;
    width: 513px;
    margin-right: 5px;
}

.container-follow .follow-option .row:first-child {
    border-top: 2px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.container-follow .follow-option .row {
    border-left: 2px solid #E2E2E2;
    border-right: 2px solid #E2E2E2;
    height: 50px;
    margin: 0px;
}

.container-follow .container-row {
    margin: 10px;
}

.container-follow .total {
    float: right;
    font-weight: bold;
    font-size: 18px;
}

.container-follow .control {
    padding-left: 40px;
    font-size: 16px;
    max-width: 220px;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control input:checked ~ .control__indicator {
    background: #ffffff;
    /*border: 1px solid #333333;*/
}

.header-form {
    font-size: 20px !important;
    color: #565656 !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
    margin-bottom: 8px !important;
}

.max-width-250 {
    max-width: 250px !important;
}

.height-row-70 {
    height: 70px !important;
}

.container-follow .follow-option .control--radio .control__indicator:after {
    top: 2px;
    left: 2px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    /* background: #8C5353; */
    background: #333333;
}

.container-follow .follow-option .row:last-child {
    border-bottom: 2px solid #E2E2E2;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.float-left {
    float: left;
    text-decoration: none;
}

.float-right {
    float: right;	
}

.container-follow .follow-option {
    position: relative;
    width: 512px;
    margin-right: 5px;
}

#loader-subtotals-discount .loading-spinner, .TGTLazyLoading, #subLoader {
    position: absolute;
    /* display: block; */
    font-size: 8px;
    margin: 1em auto;
    width: 5em;
    height: 7em;
    margin-left: 415px;
    margin-top: -5px;
}

#loader-subtotals-insurance .loading-spinner, .TGTLazyLoading, #subLoader {
    position: absolute;
    /* display: block; */
    font-size: 8px;
    margin: 1em auto;
    width: 5em;
    height: 7em;
    margin-left: 415px;
    margin-top: -5px;
}

#loader-subtotals-insurance-glass .loading-spinner, .TGTLazyLoading, #subLoader {
    position: absolute;
    /* display: block; */
    font-size: 8px;
    margin: 1em auto;
    width: 5em;
    height: 7em;
    margin-left: 415px;
    margin-top: -5px;
}

/** checkout riepilogo scelta **/
.checkoutContentChoose.sub-total-order-ria {
    float: right;
    width: 100%;
    border: 2px solid #e2e2e2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

.checkoutContentChoose.sub-total-order-ria .text {
    font-size: 18px;
    font-weight: bold;
    float: left;
    width: 570px;
    margin-left: 30px;
}

.checkoutContentChoose.sub-total-order-ria .price {
    float: left;
    font-size: 18px;
}

/** Carrello nuovo 

.shopCartTitle-new {
    font-size: 60px !important;
    color: #666 !important;
}

.list-item-cart {
    margin-top: 15px;
    float: left;
    width: 600px;
    min-height: 500px;
}

.list-item-cart .title {
    border-bottom: 1px solid #e2e2e2;
    height: 30px;
}

.list-item-cart .title .left {
    color: #666;
    font-size: 16px;
}

.list-item-cart .title .right {
    color: #cd0505;
    font-size: 14px;
}

a.remove-all {
    text-decoration: none;
    color: #cd0505;    
    font-size: 14px;
}

span.remove-cart-item.remove-frames
{
	font-weight: bold;
}

.list-item-cart .item .center-item-cart {
    padding-top: 5px;
    display: inline;
    float: left;
    text-align: left;
    font-size: 14px;
    width: 240px;
    height: 100px;
}

.list-item-cart .item {
    display: block;
    padding: 20px;
    padding-top: 5px;
    padding-right: 0px !important;
    width: 100%;
    min-height: 190px;
    border-bottom: 1px solid #e2e2e2;
}

.list-item-cart .item .img-item {
    margin-right: 30px;
    display: inline;
    float: left;
    width: 150px;
}

.list-item-cart .item .center-item-cart .title-center {
    font-weight: bold !important;
    color: #666 !important;
    font-size: 16px;
}

.list-item-cart .item .center-item-cart .title-center .subtitle {
    color: #666;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
}

.list-item-cart .item .center-item-cart .text {
    margin-top: 10px;
    line-height: 22px;
}

.list-item-cart .item .center-item-cart {
    padding-top: 5px;
    display: inline;
    float: left;
    text-align: left;
    font-size: 14px;
    width: 240px;
    height: 100px;
}

.list-item-cart .item .label {
    float: left;
    display: inline;
    padding-top: 23px;
}

.list-item-cart .item .container-input {
    display: inline;
    float: left;
    margin-left: 10px;
}

.clear {
    clear: both;
}

.list-item-cart .item .select-margin {
    border: 1px solid #e2e2e2 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 60px !important;
}

.list-item-cart .item select {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 15px !important;
}

.select select {
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    cursor: pointer;
    color: #7b7b7b;
    border: 0;
    border-radius: 0;
    outline: 0;
    background: #ffffff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-transform: uppercase;
}

.list-item-cart .item .right-item-cart {
    display: inline;
    float: right;
    width: 140px;
    height: 160px;
}

.list-item-cart .item .right-item-cart .close {
    margin-bottom: 50px;
}

.list-item-cart .item .right-item-cart .total {
    font-size: 14px;
}

.list-item-cart .item .right-item-cart .total .left {
    margin-top: 5px;
}

.list-item-cart .item .right-item-cart .total .right {
    margin-top: 5px;
    font-size: 16px;
}

.list-item-cart .item .right-item-cart .total .tot {
    font-weight: bold;
}

.list-item-cart .item .right-item-cart .total hr {
    border: 1px solid #e2e2e2;
}***/

.cart-items-container .cart-item-container .cart-item-totals .item-price-row .percent {
    color: #C00;
    display: inline-block;
    margin: 0px -11px -1px 10px;
}

/** header insurance **/
#header li.insurance-header.not-logged a
{
	color: #ffef00; 
	cursor: pointer;
}

#header li.insurance-header.logged a
{
	color: #00B300; 
	cursor: pointer;
}

#header li.insurance-header.logged a:hover
{
	color: #ffef00; 
	text-decoration: underline;
}

/** espot confirmation page **/
.espot-confirmation-bottom
{
	width: 50%;
    float: left;
}

/** checkout\register1login confirmation **/

.banner_top {
    text-align: left;
    background-image: url(../images/banner_top_blank.png);
    background-size: cover;
    width: 1024px;
    height: 270px;
}

.banner_top h2 {
    position: relative;
    top: 32px;
    margin-left: 23px;
    color: #333;
    font-size: 54px;
    text-transform: none;
}

.checkout_section {
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center;
}

.border-top-form {
    border-top: 1px solid #cccccc;
    margin-top: 30px;
    padding-top: 30px;
}

.banner-bottom {
    padding-top: 250px !important;
    padding-bottom: 250px;
}

.banner_top p {
    top: 41px;
    position: relative;
    margin-left: 23px;
    font-size: 19px;
}

.font-18 {
    font-size: 18px !important;
}

.banner_top p:last-child {
    top: 50px;
}

.register_account {
    margin-top: 60px;
    margin-bottom: 60px;
}

.register_account .row {
    margin: 0px !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

.form-registrazione {
    float: left;
    display: block;
}

.form-registrazione:nth-child(2) {
    float: right;
}

.label-register {
    display: block !important;
    margin-top: 20px !important;
    font-weight: bold !important;
    color: #333 !important;
    position: relative !important;
    font-size: 14px;
}

/*input[type="text"], input[type="password"] {
    background-color: #FFF;
    border: 1px solid #E0E0E0;
    font-size: 11px;
    height: 22px;
    margin: 0;
    padding: 2px;
    width: 170px;
}*/

.input-register {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f7f6f7 !important;
    border: 1px solid #333 !important;
    width: 450px !important;
    padding: 7px 15px !important;
    margin-top: 6px !important;
    color: #333 !important;
    font-size: 14px !important;
    float: left !important;
}

.checkbox {
    padding-bottom: 3px;
    margin-top: 3px;
    margin-right: 4px;
    width: 13px;
    height: 13px;
    border: none;
    vertical-align: middle;
    line-height: 0;
}

.label_check.blue {
    background: url(../images/check_unchecked.png) center center no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.label_check {
    cursor: pointer;
}

.label_check {
    display: block;
    margin: 13px 0;
    position: relative;
    width: auto;
    background: none;
    font-weight: bold;
}

.label_check input[type="checkbox"], form.lc2 .label_check input[type="checkbox"] {
    position: absolute;
    left: 0px;
    top: -3px;
    opacity: 0;
    margin: 0;
}

.label_check input[type="checkbox"] {
    position: absolute;
    left: 0px;
    top: -3px;
    opacity: 0;
    margin: 0;
}

.label_check input[type="checkbox"] + span {
    margin: 0 0 0 30px;
    display: inline-block;
    line-height: 23px;
}

.checkbox span {
    min-width: 500px;
    font-size: 14px;
    color: #333;
}

.label_check input[type="checkbox"] + span::before, form.lc2 .label_check input[type="checkbox"] + span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/lc2_sprite.gif);
    background-position: -116px -64px;
    background-size: 500px;
    width: 23px;
    height: 23px;
    visibility: visible;
}

.register_account .row:last-child {
    margin-bottom: 20px !important;
}

.register_account .row {
    margin: 0px !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

.register_account .btn-info:disabled {
    color: white;
    font-weight: bold;
    background-color: #666666;
}

.register_account .btn-info {
    width: auto !important;
    font-weight: bold !important;
}

.btn-info {
    border: 1px solid #CC0504;
    background-color: #CC0504;
    color: #ffffff;
    height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    padding: 10px;
    cursor: pointer;
    width: 145px;
}

.btn-info:disabled {
    border: 1px solid #AAAAAA;
    background-color: #ffffff;
    color: #AAAAAA;
    height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    padding: 10px;
    cursor: pointer;
    width: 145px;
}

.input-ko {
    background-color: #fef2f4 !important;
    background-image: url(../images/error-check.png) !important;
    background-repeat: no-repeat !important;
    background-position-x: 450px !important;
    background-position-y: center !important;
    background-size: 20px 20px !important;
}

.input-ok {
    background-color: #f3fff9 !important;
    background-image: url(../images/checked-ok.png) !important;
    background-repeat: no-repeat !important;
    background-position-x: 450px !important;
    background-position-y: center !important;
    background-size: 20px 20px !important;
}

.register_account h6 {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
}

#signin_account h6 img {
    width: 20px !important;
}

.register_account .row:last-child {
    margin-bottom: 20px !important;
}

.register_account .button-signin {
    margin-top: 40px !important;
}

#sub-header {
    margin-top: 20px;
}

#sub-header h2 {
    margin-top: 20px;
    font-size: 18px;
    color: #565656;
    font-weight: 100;
    text-transform: none !important;
}

.label_check input[type="checkbox"]:checked + span::before, form.lc2 .label_check input[type="checkbox"]:checked + span::before {
    background: url(../images/lc2_sprite.gif);
    background-position: -143px -64px;
    background-size: 500px;
}

.label_check input[type="checkbox"] + span {
    margin: 0 0 0 30px;
    display: inline-block;
    line-height: 23px;
}

.green {
    color: green;
}

.lensCalibrationFields .placeholder.contact-lens {
	margin: 0 0.5em;
	line-height: 18px;
}

/*
 * CSS to transform SIGN-UP form to modal type
 */
#header ul#header-register-modal.menu.loginModal {
    position: fixed !important;
    margin-left: -250px !important;
    left: 50% !important;
    width: 500px !important;
    margin-top: -272.5px !important;
    top: 50% !important;
}

ul#header-register-modal .hic_to_logo {
    text-align: center;
}

ul#header-register-modal h2.hic_modal {
    color: #666;
    font-weight: normal;
    font-size: 22px;
    text-align: center;
    font-family: helvetica neue, helvetica, arial, sans-serif;
    margin-top: 20px;
}

ul#header-register-modal span.hic_req, .hic_highlight {
    color: #C00 !important;
}

ul#header-register-modal h2#dialog-title-register {
    display: none;
}

ul#header-register-modal p.required-text {
}

ul#header-register-modal #header .menu fieldset {
    margin: 0 !important;
}

ul#header-register-modal #userRegModalForm legend {
    display: none;
}

ul#header-register-modal fieldset label {
    float: left !important;
    width: 35% !important;
    display: inline-block;
    margin-right: 10px;
}

#header ul#header-register-modal input[type="text"], #header ul#header-register-modal input[type="password"] {
    width: 60% !important;
    margin-bottom: 4px;
}

ul#header-register-modal fieldset span.required {
    text-align: right;
    padding-right: 20px !important;
}

ul#header-register-modal input#logonPassword_regModal {
    width: 60% !important;
}

ul#header-register-modal label[for="receiveEmail_checkBox"], ul#header-register-modal label[for="optin_18yrs_checkBox"] {
    width: 100% !important;
}

ul#header-register-modal .hic_signin {
    color: #666;
    text-align: left;
    font-weight: normal;
    font-family: helvetica neue, helvetica, arial, sans-serif;
    font-size: 1.5em;
    margin: 10px 0;
}

ul#header-register-modal .hic_signin a {
    text-transform: capitalize !important;
}

ul#header-register-modal .hic_pp {
    color: #666;
    text-align: left;
    font-weight: normal;
    font-size: 11px;
}

ul#header-register-modal hic_pp a {
    font-size: 11px;
}

#header ul#header-register-modal.loginModal a.close-drop {
    background: url(/webapp/wcs/stores/TargetOpticalStorefrontAssetStore/images/red-close.png) no-repeat !important;
    width: 30px !important;
    height: 30px !important;
    display: block !important;
}

.hic_overlay {
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    z-index: 100;
    top: 0;
}

#sub_links a#register {
    z-index: 99 !important;
}

#header #sub_links a#register.has_drop + div, 
#sub_links a#register.has_drop + ul, 
#sub_links a#register.has_drop + a + div, 
#sub_links a#register.has_drop + a + ul,
#header #sub_links a#register.hovered.has_drop + div, 
#sub_links a#register.hovered.has_drop + ul, 
#sub_links a#register.hovered.has_drop + a + div, 
#sub_links a#register.hovered.has_drop + a + ul {
    display: none;
}
/*
 * CSS to transform SIGN-UP form to modal type
 */ 
 
#checkoutContent .checkout-container span.number {
 	font-weight: bold;
}

#checkoutContent .checkout-container span.required {
	color: #545454;
	font-style: italic;
	font-size: 11px;
	line-height: 15px;
}

#unregistered_form .col {
    width: 575px;
}

#unregistered_form .fe-row {
    float: left;
    width: 47%;
    clear: none;
    margin-right: 5px;
} 

/** Carrello nuovo Finale **/
/**
.list-item-cart {
    margin-top: 15px;
    float: left;
    width: 600px;
    min-height: 500px;
}

.list-item-cart .item {
    display: block;
    padding: 20px;
    padding-top: 5px;
    padding-right: 0px !important;
    width: 100%;
    min-height: 190px;
    border-bottom: 1px solid #e2e2e2;
}

/* titolo lenti a contatto */
/*
.list-item-cart .title {
    border-bottom: 1px solid #e2e2e2;
    height: 30px;
}

.list-item-cart .title .left {
    color: #666;
    font-size: 16px;
}

.list-item-cart .title .right {
    color: #cd0505;
    font-size: 14px;
}

.list-item-cart .right a {
	color: #cd0505;
    font-size: 14px;
}

/* lenti a contatto: dettaglio */
/*
.margin-top-30 {
    margin-top: 30px;
}

.list-item-cart .contact {
    min-height: 380px !important;
}

.list-item-cart .item {
    display: block;
    padding: 20px;
    padding-top: 5px;
    padding-right: 0px !important;
    width: 100%;
    min-height: 190px;
    border-bottom: 1px solid #e2e2e2;
}

.list-item-cart .item .img-item {
    margin-right: 30px;
    display: inline;
    float: left;
    width: 150px;
}

/* lenti a contatto: imamgine */
/*
.list-item-cart .item .img-item img {
    margin-top: 30px;
    width: 160px !important;
    vertical-align: middle !important;
}

/* lenti a contatto: dettaglio centrale */
/*
.list-item-cart .item .center-item-cart {
    padding-top: 5px;
    display: inline;
    float: left;
    text-align: left;
    font-size: 14px;
    width: 240px;
    height: 100px;
}

.list-item-cart .item .center-item-cart .title-center {
    font-weight: bold !important;
    color: #666 !important;
    font-size: 16px;
}

.list-item-cart .item .center-item-cart .title-center .subtitle {
    color: #666;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
}

/* number box */
/*
.margin-left-0 {
    margin-left: 0px !important;
}

.margin-top-15 {
    margin-top: 15px;
}

.list-item-cart .item .container-input {
    display: inline;
    float: left;
    margin-left: 10px;
}

.list-item-cart .item .select-margin {
    border: 1px solid #e2e2e2 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 60px !important;
}

.select-margin {
    width: 100px !important;
    margin-top: 10px !important;
    margin-right: 15px !important;
}

.select {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.select select {
    display: inline-block;
    width: 99%;
    padding: 10px 15px;
    cursor: pointer;
    color: #7b7b7b;
    border: 0;
    border-radius: 0;
    outline: 0;
    background: #ffffff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-transform: uppercase;
}

.list-item-cart .item select {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 15px !important;
}

.list-item-cart .item .select__arrow {
    top: 19px !important;
    background-image: url(../images/icons/freccia.png) !important;
}

/* prescription */
/*
.margin-top-15 {
    margin-top: 15px;
}

.list-item-cart .item .table-contact .left:first-child {
    min-width: 65px !important;
}

.list-item-cart .item .table-contact .left {
    min-width: 50px !important;
}

.font-bold {
    font-weight: bold !important;
}

.text-center {
    text-align: center;
}

/* prezzi */
/*
.list-item-cart .item .right-item-cart {
    display: inline;
    float: right;
    width: 140px;
    height: 160px;
}
.list-item-cart .item .right-item-cart .close {
    margin-bottom: 50px;
}

.list-item-cart .item .right-item-cart .close a {
    color: #cd0505;
    font-size: 20px;
    float: right;
}

.list-item-cart .item .right-item-cart .total {
    font-size: 14px;
}

.list-item-cart .item .right-item-cart .total .left {
    margin-top: 5px;
}

.list-item-cart .item .right-item-cart .total .right {
    margin-top: 5px;
    font-size: 16px;
}

.list-item-cart .item .right-item-cart .total hr {
    border: 1px solid #e2e2e2;
}

.list-item-cart .item .right-item-cart .total .tot {
    font-weight: bold;
}

/* OCCHIALI */
/*
.list-item-cart .item .center-item-cart .text {
    margin-top: 10px;
    line-height: 22px;
}*/

/* barra destra sommario prezzi 
*/
/*
.shopCartTotals.insuranceBenefitSummaryCart {
    margin-bottom: 0px;
    width: auto !important;
}

.shopCartTotals.insuranceBenefitSummaryCart {
    border: 2px solid #e2e2e2;
    border-radius: 5px;
    float: right;
    margin-bottom: 145px;
    margin-top: 40px;
    position: relative;
    width: 410px;
}

.insuranceBenefitSummaryCart .text-review {
    position: absolute;
    top: -29px;
    font-size: 18px;
    font-weight: bold;
}

.insuranceBenefitSummaryCart #total_breakdown {
    max-width: 380px !important;
    min-width: 380px !important;
}

.insuranceBenefitSummaryCart #total_breakdown {
    position: relative;
}

.insuranceBenefitSummaryCart .shopCartTotals table {
    width: 100%;
}

.insuranceBenefitSummaryCart .middle {
    vertical-align: -webkit-baseline-middle !important;
}

.insuranceBenefitSummaryCart .shopCartTotals table .main-total td {
    font-size: 20px;
}

.insuranceBenefitSummaryCart .shopCartTotals table td:nth-child(1) {
    padding-left: 36px;
}

.insuranceBenefitSummaryCart .cart .middle td {
    padding-top: 20px !important;
    max-width: 150px !important;
}

.insuranceBenefitSummaryCart .shopCartTotals table td {
    padding: 5px;
    width: 50%;
}

.insuranceBenefitSummaryCart .cart td {
    height: 22px;
}

.insuranceBenefitSummaryCart .margin-top-7 {
    margin-top: 6px !important;
}

.insuranceBenefitSummaryCart .margin-left-0 {
    margin-left: 0px !important;
}

.shopCartTotals table .main-total td.total_figures {
    font-weight: bold;
}
.insuranceBenefitSummaryCart .shopCartTotals table .main-total td {
    font-size: 20px;
}
.insuranceBenefitSummaryCart .shopCartTotals table td:nth-child(2) {
    padding-right: 36px;
}
.insuranceBenefitSummaryCart .cart .middle td {
    padding-top: 20px !important;
    max-width: 150px !important;
}
.insuranceBenefitSummaryCart .cart .total_figures {
    text-align: right;
    border-spacing: 0px !important;
    margin: 0px !important;
}

.insuranceBenefitSummaryCart .cart .border-bottom {
    border-bottom: 1px solid #e2e2e2;
}
.insuranceBenefitSummaryCart .cart .block-subtotal {
    padding-right: 35px;
}
.insuranceBenefitSummaryCart .cart .total_details {
    padding-left: 60px !important;
    border-spacing: 0px !important;
    margin: 0px !important;
}

.insuranceBenefitSummaryCart .cart .subtotal {
    font-weight: bold;
    padding-top: 15px;
    font-size: 14px;
}

.insuranceBenefitSummaryCart .cart .border-top {
    border-top: 1px solid #e2e2e2;
}

.insuranceBenefitSummaryCart .cart .text {
    display: inline;
}

.insuranceBenefitSummaryCart .cart .font-black-total {
    color: #333333 !important;
}

.insuranceBenefitSummaryCart .cart .importo {
    float: right;
    font-size: 20px;
}

.insuranceBenefitSummaryCart .cart .middle label {
    font-size: 16px !important;
    max-width: 300px !important;
    min-width: 220px !important;
    font-weight: bold;
}

.insuranceBenefitSummaryCart #total_breakdown .total_figures img {
    position: relative;
    top: 6px;
}

.insuranceBenefitSummaryCart  .cart img {
    position: inherit !important;
    vertical-align: middle !important;
    width: 20px !important;
    float: left;
    margin-left: 50px;
}

.insuranceBenefitSummaryCart .control input:checked ~ .control__indicator {
    background: #ffffff;
    border: 1px solid #333333;
}

.insuranceBenefitSummaryCart .cart .control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
}

.insuranceBenefitSummaryCart .cart .control--radio .control__indicator:after {
    top: 2px !important;
    left: 2px !important;
    width: 12px !important;
    height: 12px !important;
}

.insuranceBenefitSummaryCart .cart .sub-label {
    font-size: 14px;
    padding-left: 30px;
    margin-top: -16px;
}

.insuranceBenefitSummaryCart .padding-bottom-10 {
    padding-bottom: 10px !important;
}

.insuranceBenefitSummaryCart .cart .label-disable {
    color: #666 !important;
    opacity: .5 !important;
}

.insuranceBenefitSummaryCart .cart .middle label {
    font-size: 16px !important;
    max-width: 300px !important;
    min-width: 220px !important;
    font-weight: bold;
}

.insuranceBenefitSummaryCart .cart .control input:disabled ~ .control__indicator {
    background-color: transparent !important;
}

.insuranceBenefitSummaryCart .border-top-form {
    border-top: 1px solid #cccccc;
    margin-top: 30px;
    padding-top: 30px;
}

.insuranceBenefitSummaryCart .padding-bottom-15 {
    padding-bottom: 15px !important;
}

.insuranceBenefitSummaryCart .cart .padding-left-0 {
    padding-left: 0px !important;
}

.insuranceBenefitSummaryCart .shopCartTotals table .grandTotal td.total_figures {
    font-weight: bold;
}
.insuranceBenefitSummaryCart .shopCartTotals table .grandTotal td {
    background: #e2e2e2;
    font-size: 24px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.insuranceBenefitSummaryCart .shopCartTotals table td:nth-child(2) {
    padding-right: 36px;
}
.insuranceBenefitSummaryCart .shopCartTotals table td {
    padding: 5px;
    width: 50%;
}
.insuranceBenefitSummaryCart .cart-items-container, .cart-items-container *, .shopping-cart-page, .shopping-cart-page * {
    box-sizing: border-box;
}
.insuranceBenefitSummaryCart .grandTotale {
    background-color: #333 !important;
    color: #fff !important;
}
.insuranceBenefitSummaryCart .text-right {
    text-align: right;
}*/

/* Doctor information */

#checkoutDoctorInfo .control {
  font-size: 14px !important;
  position: relative !important;
  display: block;
  margin-bottom: 0px !important;
  padding-left: 30px !important;
  cursor: pointer;
  font-weight: bold !important;
  padding-top: 4px !important;
}
#doctorstate .fe {
	float: none;
}
	

#checkoutDoctorInfo .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
#checkoutDoctorInfo .control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #333333;
}
#checkoutDoctorInfo .control--radio .control__indicator {
  border-radius: 50%;
}
/* Hover and focus states */
#checkoutDoctorInfo .control:hover input ~ .control__indicator,
#checkoutDoctorInfo .control input:focus ~ .control__indicator {
  background: #ffffff;
  border: 1px solid #333333;
}
/* Checked state */
#checkoutDoctorInfo .control input:checked ~ .control__indicator {
  background: #ffffff;
  border: 1px solid #333333;
}
#checkoutDoctorInfo .control input[type=checkbox]:checked ~ .control__indicator {
  /* background: #8C5353 !important;
  border: 1px solid #8C5353; */
  background: #333333 !important;
  border: 1px solid #333333;
}
/* Hover state whilst checked */
#checkoutDoctorInfo .control:hover input:not([disabled]):checked ~ .control__indicator,
#checkoutDoctorInfo .control input:checked:focus ~ .control__indicator {
  background: #ffffff;
}
/* Disabled state */
#checkoutDoctorInfo .control input:disabled ~ .control__indicator {
  cursor: default;
  opacity: .6;
  background: #333333 !important;
}
/* Check mark */
#checkoutDoctorInfo .control__indicator:after {
  position: absolute;
  display: none;
  content: '';
}
/* Show check mark */
#checkoutDoctorInfo .control input:checked ~ .control__indicator:after {
  display: block;
}
/* Checkbox tick */
#checkoutDoctorInfo .control--checkbox .control__indicator:after {
  top: 4px;
  left: 8px;
  width: 3px;
  height: 8px;
  transform: rotate(45deg);
  border: solid #fff;
  border-width: 0 2px 2px 0;
}
/* Disabled tick colour */
#checkoutDoctorInfo .control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
/* Radio button inner circle */
#checkoutDoctorInfo .control--radio .control__indicator:after {
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #333333;
}
/* Disabled circle colour */
#checkoutDoctorInfo .control--radio input:disabled ~ .control__indicator:after {
  background: #666666;
}
#checkoutDoctorInfo .select {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

#checkoutDoctorInfo .hiddenDiv{
  display: none;
  float: left;
  width: 100%;
}

#checkoutDoctorInfo a.operationsearchdott{
  display: inline-block;
  padding: 10px 0px;
  width: 108px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #666666;
  color: #000;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  cursor: pointer;
  position: relative;
  text-decoration: none !important;
}

#checkoutDoctorInfo a.operationsearchdott:hover{
  text-decoration: none !important;
}

#checkoutDoctorInfo .operationsearchdott.sel{
  color:#fff;
  background-color: #00a651;
  border: 1px solid #00a651;

}

#checkoutDoctorInfo .operationsearchdott.sel:after{
  position: absolute;
  top: 11px;
  left: 6px;
  background: url(ok.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 12px;
  content: '';
}

#checkoutDoctorInfo table.searchdoctortable{
  float: left;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}

#checkoutDoctorInfo table.searchdoctortable th{
  font-size: 14px;
  text-align: left;
  color:#666;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
}

#checkoutDoctorInfo table.searchdoctortable td{
  padding: 10px 0px;
  border-bottom: 1px solid #e2e2e2;
  font-size: 14px;
}

#checkoutDoctorInfo table.searchdoctortable tr.selrow td{
  font-weight: bold;
  color:#333;
}

#checkoutDoctorInfo table.searchdoctortable tr.hidden{
  display: none;
}

#checkoutDoctorInfo a.didnotfind{
  float: left;
  font-size: 15px;
  text-align: left;
  color:#0282d1;
  cursor: pointer;
  width: 50%;
  padding-left: 30px;
  background: url(arrow-down.png) no-repeat left;
  text-decoration: none !important;
}

#checkoutDoctorInfo a.didnotfind.open{
  background: url(arrow-up.png) no-repeat left;
}

#checkoutDoctorInfo a.otherdoctor{
  /*float: right;*/
  font-size: 15px;
  color:#0282d1;
  text-align: right;
  width: 50%;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none !important;
}

#checkoutDoctorInfo #didnotfind-div{
  float: left;
  width: 100%;
  margin: 10px 0px;
  display: none;
}


#checkoutDoctorInfo #contact_information p{
  font-size: 14px !important;
}

.button-flat.white-red {
    background: none;
    color: #c00;
    border: 2px solid #c00;
}

.product-options .separator {
	width: 100%;
	text-align: center;
    font-size: 18px;
    color: #565656;
}

#header-search .search-txt {
	border: none;
    width: 125px;
}

.hic-check>a.toggle {
    color: #C00;
    display: block;
    font-size: 15px;
    margin: 10px 0;
     
}

.hic-check>a.toggle.active:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #c11624;
    margin-bottom: -6px;
    margin-left: 0;
    margin-right: 3px;
}

.hic-check>a.toggle:before {
    content: " ";
    display: inline-block;
    margin-left: 3px;
    margin-right: 6px;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #c11624;
}

.screenreader-only {
    left: -9999px !important;
    position: absolute !important;
    text-indent: -999999px;
    overflow: hidden;
}

.hic-check>ul {
    display: none;
}

.hic-check>ul.open {
    display: block;
}

.hic-check>ul li {
    display: inline-block;
    font-size: 13px;
    padding: 5px 10px;
    vertical-align: top;
    width: 100%;
}

.hic-check>ul li a {
    color: #666;
    display: block;
    line-height: 18px;
    font-size: 12px;
    font-weight: normal;
    padding: 0 0 0 32px;
    position: relative;
}

.hic-check>ul li a.selected {
    font-weight: bold;
}

.hic-check ul li a:before {
    border: 1px solid #8a919b;
    content: " ";
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px;
}

.content-block-promoCode .hic-promo,
.content-block-promoCode .hic-code {
    position: relative;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    padding-left: 15px;
    margin-left: -15px;
}

.content-block-promoCode .hic-promo.open:before, 
.content-block-promoCode .hic-promo:before, 
.content-block-promoCode .hic-code.open:before, 
.content-block-promoCode .hic-code:before {
    top: 5px;
    left: 0px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    cursor: default;
}

.content-block-promoCode input#ShoppingCart_RedCard_Checkbox:checked+label:after {
    content: "\2713";
    color: #fff;
    line-height: 14px;
    text-align: center;
    font-weight: bold;
}

.content-block-promoCode .hic-promo:before, 
.content-block-promoCode .hic-code:before {
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #C00;
    border-width: 6px;
    top: 2px;
}

.content-block-promoCode .hic-promo.open:before, 
.content-block-promoCode .hic-code.open:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #C00;
    border-width: 6px;
    margin-left: -5px;
}

.content-block-promoCode .hic-promo ~ div,
.content-block-promoCode .hic-code ~ div {
	display: none;
}

.content-block-promoCode .hic-promo.open ~ div,
.content-block-promoCode .hic-code.open ~ div {
	display: block;
}

.content-block-promoCode .red-card-checkbox {
    margin-top: 19px;
}

.content-block-promoCode {
    border-bottom: 2px solid #e2e2e2;
    margin-bottom: 20px;
}

#checkoutDoctorInfo img.tooltip-container {
	margin: 0;
	margin-bottom: -4px;
    margin-left: 10px;
    width: 24px;
}

#show-lens-options-PDP-main .edit-lens-selection {
	float: right;
	margin-bottom: 7px;
}

.rx-lens-choice {
	position: absolute;
	left: -9999px;
}

.lens-options-row .check-row .description {
    padding: 15px 0;
    width: 290px;
}

.check-row.step2 > div > .price {
    margin-top: -30px;
}

.check-row > div > .price {
    float: right;
    width: 25%;
}

.check-row > div > .price span.price.bold {
    margin: 0;
}

.product-detail .check-row > div > .price span.price {
    font-size: 17px;
    font-weight: bold;
    margin-right: 250px !important;
}

.check-row > div > .price span {
    clear: right;
    display: block;
    float: right;
    margin-top: 20px;
}

.product-detail .sunglasses-buttons {
	display: none;
}

.cart-lens-options {
	padding: 10px 15px;
}

.sunglasses-buttons {
	margin-top: 15px;
}

#header-register-modal .genericESpot {
	display: none;
}

#header-register-modal.loginModal .genericESpot {
	display: block;
}

#register.hovered + ul#header-register-modal,
#register.clicked + ul#header-register-modal {
	display: block;
}

#contact_information .container {
	float: left;
	width: 47.5%;
}

#contact_information .container .fe {
	width: 100%;
}

#contact_information .container:first-child {
	margin-right: 5%;
}

#contact_information .container input,
#contact_information .container select {
	width: 100%;
}

.flash-bar {
  width: 100%;
  min-height: 20px;
  background-color: #750207;
  padding: 20px;
  color: #fff;
  box-sizing: content-box;
}
.flash-bar span {
  margin-top: 5px;
  float: left;
}
.flash-bar a {
  margin-top: -10px;
  margin-right: 40px;
}

.btn-info-trasparent {
  position: relative;
  border: 1px solid #AAAAAA;
  background-color: transparent;
  color: #FFF;
  min-height: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  padding: 10px;
  cursor: pointer;
  min-width: 145px;
}
.btn-info-trasparent:hover {
  position: relative;
  border: 1px solid #AAAAAA;
  background-color: transparent;
  color: #FFF;
  text-decoration: none;
  min-height: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  padding: 10px;
  cursor: pointer;
  min-width: 145px;
}


.only-product-price .listPrice, .only-product-price .percent{
        display:none;
 }
 
.to-redesign0717 .to-prescription-details-table select {
	width: 100%;
    min-width: 80px;
}

#contact_information.noresults {
	border-bottom: none;
}
/*
#contact_information .container.doctornumber {
	display: none;
}

#contact_information .control--radio.header-form {
	display: none;
}
*/
#glasses_srip {
	display: none;
}

#submitInformationForm {
	float: right;
}

.to-redesign0717 .to-ticket.one-year-promotion a, .to-redesign0717 .to-ticket.six-months-promotion a {
    color: #eee;
}


.to-redesign0717 #spinviewer-container.container {
/*	position: relative;
    width: 60%;
    left: 110px;
*/
	width: 90%;
}

.to-redesign0717 .container360, .to-redesign0717 #spinviewer-container.container.container360 {
	position:absolute;
	left: -99999px;
}

.to-redesign0717 .product-detail .control {
	float: left;
	width: 33%;
	text-align: left;
	margin-left: 0;
}

.product-detail .product-info .product-carousel .controls .control.two, .to-redesign0717 .product-detail .control.two {
	width: 34%;
	text-align: center;
	margin-left: 0;
}

.product-detail .product-info .product-carousel .controls .control.three, .to-redesign0717 .product-detail .control.three {
	text-align: right;
	margin-left: 0;
}

.to-redesign0717 .to-prescription-details-table select {
	width: 100%;
    min-width: 80px;
}

.to-redesign0717 .to-pdp-patient-info select {
    width: 85px !important;
}

.to-redesign0717 .to-text-right.to-pdp-prices-recap #insurance.row-backgroud {
    background-color: #DBF5FB;
    width: 60%;
    margin-left: 40%;
}

.to-redesign0717 .to-minus ul > li:before {
    content: '- ';
}

/*.to-redesign0717 .to-review-checkout{
	width: auto !important;
}*/

/*.to-redesign0717 .shipping_method h3 {
    font-size: 19px !important;
}*/
.to-redesign0717 #block-summary-shipping
{
	position: relative;
}

.to-redesign0717 #WC_ShippingAddressSelectSingle_link_1 {
	display: block;
    position: absolute;
    top: 10px;
    right: 20px;
}

.to-redesign0717 #loader-subtotals-shipping .loadersmall {
  border: 5px solid #f3f3f3;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  border-top: 5px solid #555;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding-top: 0px;
  margin-left: 50px;
}

/* spinimage */ 
.spinimageSlider {
  -webkit-appearance: none;
  margin: 0 40%;
  width: 180px;
}
.spinimageSlider:focus {
  outline: none;
}
.spinimageSlider::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #d3d3d3;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
.spinimageSlider::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 16px;
  width: 16px;
  border-radius: 100%;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5px;
}
.spinimageSlider:focus::-webkit-slider-runnable-track {
  background: #d3d3d3;
}
.spinimageSlider::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #d3d3d3;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
.spinimageSlider::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 16px;
  width: 16px;
  border-radius: 100%;
  background: #ffffff;
  cursor: pointer;
}
.spinimageSlider::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
.spinimageSlider::-ms-fill-lower {
  background: #d3d3d3;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
.spinimageSlider::-ms-fill-upper {
  background: #d3d3d3;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
.spinimageSlider::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 16px;
  width: 16px;
  border-radius: 100%;
  background: #ffffff;
  cursor: pointer;
}
.spinimageSlider:focus::-ms-fill-lower {
  background: #d3d3d3;
}
.spinimageSlider:focus::-ms-fill-upper {
  background: #d3d3d3;
}
/* spinimage */

@-webkit-keyframes spin {
  0% { 
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% { 
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.to-redesign0717 .button-primary.disabled-click
{
    cursor: default;
    background-color: #a09494;
    border-color: #a09494; 
}

.to-redesign0717 #summary-doctor-prescription {
    position: relative;
}

.to-redesign0717 #doctorInfoEdit {
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
}

.to-redesign0717 #checkoutContent {
    border-left: 0px solid #e2e2e2;
}

.to-redesign0717 span.required {
    color: #C00 !important;
   
}

.to-redesign0717 .to-accordion-body #doctorPhone_m {
	z-index: initial;
}

.to-redesign0717 .orderTotalsSummary {
	width: calc(100% - 4px) !important;
}

#checkoutDoctorInfo .control--radio .control__indicator:after {
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #333333;
}



.ui-widget.lens-selection-area {
    width: 700px !important;
}


.to-redesign0717 #cardImageContainer {
    position: relative;
}

.to-redesign0717 #checkout_step #cardImageContainer span {
	position: absolute;   
    margin: -12px;   
    width: 90px;
    height: 28px;   
}

.to-redesign0717 .product-options
{ display: flex; flex-direction: column; }

.to-pdp-container-right-wrapper
{ flex-grow: 1; }

.shopping-cart-page.to-redesign0717 {
	width: 1024px;
    margin: 0 auto 48px;
}

.to-redesign0717 #block-summary-shipping {

    width: 300px;
    box-sizing: border-box;

}

.to-redesign0717 #summary-shipping-address.to-left-review-checkout.to-margin-base-left{

    width: 140px;

}

.to-redesign0717 #summary-shipping-address p {

    margin-bottom: 7px;
    font-size: 14px;
    word-break: break-all;

}

.to-redesign0717 #checkout_step .billing_method input.cc_cvc {
    width: auto;
}

.to-redesign0717 .status-navigation-checkout {
    line-height: inherit;
    color: #0282d1;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}


/** quando si apre la prescrizione delle lenti, il dettaglio prezzi sx-dx segue l accordion **/
.to-redesign0717 .to-list-item.contacts 
{
	position: relative;
}

	
.to-redesign0717 .contactLensesQPS 
{
	position: absolute; 
	bottom: 0; 
	right: 0;
}

.to-redesign0717 .to-list-item.contacts 
{
	position: relative;
}

.to-redesign0717 label .to-actual-price {
	width: 100%;
}

.to-redesign0717 .to-list-item .to-close {
    z-index: 1;
}

.to-redesign0717 #accordion-ship #summary-shipping-address p {
    font-size: 12px;
}

.to-redesign0717 #accordion-ship .to-left-review-checkout.to-margin-base-left, .to-redesign0717 #accordion-ship .to-right-review-checkout
{
    font-size: 12px;
}

.to-redesign0717 #billingAddressCreateEditFormDiv_1 label .to-text {
    z-index: 2;
}

.to-redesign0717 #billingAddressCreateEditFormDiv_1 input, 
.to-redesign0717 #billingAddressCreateEditFormDiv_1 textarea {
	z-index: 1;
}

.to-redesign0717 #billingCreateEditArea1 label .to-text {
    z-index: 2;
}

.to-redesign0717 #billingCreateEditArea1 input, 
.to-redesign0717 #billingCreateEditArea1 textarea {
	z-index: 1;
}

.to-redesign0717 #shippingCreateEditArea1 label .to-text {
    z-index: 2;
}

.to-redesign0717 #shippingCreateEditArea1 input, 
.to-redesign0717 #shippingCreateEditArea1 textarea {
	z-index: 1;
}

.to-redesign0717 #WC_StandardVisa_div_1 label .to-text {
    z-index: 2;
}

.to-redesign0717 #WC_StandardVisa_div_1 input, 
.to-redesign0717 #WC_StandardVisa_div_1 textarea {
	z-index: 1;
}

.to-redesign0717 #doctorInformationForm label .to-text {
    z-index: 2;
}

.to-redesign0717 #doctorInformationForm input, 
.to-redesign0717 #doctorInformationForm textarea {
	z-index: 1;
}

.to-redesign0717 #doctorstateform label .to-text {
    z-index: 2;
}

.to-redesign0717 #doctorstateform input, 
.to-redesign0717 #doctorstateform textarea {
	z-index: 1;
}

.to-redesign0717 #doctornumberform label .to-text {
    z-index: 2;
}

.to-redesign0717 #doctornumberform input, 
.to-redesign0717 #doctornumberform textarea {
	z-index: 1;
}

.to-redesign0717 #didnotfind-div label .to-text {
    z-index: 2;
}

.to-redesign0717 #didnotfind-div input, 
.to-redesign0717 #didnotfind-div textarea {
	z-index: 1;
}


.to-redesign0717 label .to-actual-price {
    display: block;
    text-align: right;
     float: none !important;
}


.to-redesign0717 .saveCreditCard_ckb {
    opacity: 2 !important;;
  
}
.to-redesign0717 .saveCreditCard_radio {
    opacity: 2 !important;;
    
  
}

.bv-container {
	width: 100%
}

/* Redesign June 2018 */

#product_list_container.clPLP #faceted_search ul a {
}


#product_list_container.clPLP #faceted_search * {
    color: #333333;
}

#product_list_container.clPLP #faceted_search ul {
    padding: 0 0 0 0;
}

#before-insurance-label {
	display:none;
}

.total-price-with-insurance, .to-redesign0717 .framesQPS .to-price, .to-redesign0717 .contactLensesQPS .to-price.total-price-with-insurance {
	color: #11b683;
}

.to-redesign0717 .frameSubtotal-insurance.total-price-with-insurance span, 
.to-redesign0717 .frameSubtotal-insurance.total-price-with-insurance p, 
.to-redesign0717 .orderTotalsSummary .to-row-item-review-checkout .to-left-review-checkout span.total_details, 
.to-redesign0717 .orderTotalsSummary .to-total-price .to-right-review-checkout .total-price-with-insurance,
#ShoppingCart.shopping-cart-page.to-redesign0717 .shopCartTotals .orderTotalsSummary .to-total-price .to-right-review-checkout span.total-price-with-insurance {
	color: #11b683;
}

.to-redesign0717 .cart-item-qty div.item-price-row.contacts-subtotal.to-prices-row.to-total-discount>p, .to-redesign0717 div.frameSubtotal.item-price-row.to-prices-row.to-total-discount>p{
	font-family: "HelveticaNeueforTarget-Bd";
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #333333;
    display: inline-block;
    margin: 0px;
}

.to-container-review-checkout .glassDescr.has-warranty {
    max-width: 100%;
    font-family: "HelveticaNeueforTarget-Rm";
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
    padding: 18px 0px;
}

#calculate-tax span.title:after {   
    left: 175px;
}

/*#prescription-needed span.title:after {
    left: 105px;
}*/

#calculate-tax .to-block-item-review-checkout.show-tax {
	background-image: none;
}

#prescription-needed .info {
	display: none;
}

input ~ span#estimateTaxErrorSpan.required {
    left: inherit;
    bottom: inherit;
    width: inherit;
    margin-top: 8px;
}

/*#submitZipCode {
    position: relative;
    right: inherit; 
    left: 230px;
    bottom: 45px;
}*/
.to-container-review-checkout .cart-frames .to-list-item-info .productTitleDetails:before, .to-container-review-checkout .rightEyeSubTotal.contacts-price.item-price-row.to-prices-row:before, .to-container-review-checkout .leftEyeSubTotal.contacts-price.item-price-row.to-prices-row:before {
    bottom: 45px;
}

.to-redesign0717 h2 .shipping_method {
	margin-bottom: 3px;
}

#ShoppingCart.shopping-cart-page.to-redesign0717 .shopCartTotals .to-continue-checkout #shopcartCheckoutButton .to-img-a {
    right: 5px;
}

#checkout_step.to-checkout-container .to-review-checkout ul.to-container-review-checkout li.total-recap span.title.open {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}


#checkout_step.to-checkout-container .to-review-checkout ul.to-container-review-checkout li.total-recap span.title {
    background-color: #f6f6f6;
    display: block;
    font-family: "HelveticaNeueforTarget-Bd";
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
    padding: 15px 18px;
    border-radius: 5px;
    border: solid 0.5px #999999;
}

.to-redesign0717 .to-review-checkout .orderTotalsSummary #review_total .to-block-item-review-checkout.to-total-price.to-total-price .to-row-item-review-checkout {
    margin-bottom: 14px;
}

/* hide x on estimate tax */
input[name="billing_zipCode"]::-ms-clear {
    display: none;
}
 
.scheduleExamForm .fe.half input[type="text"]:focus, 
.scheduleExamForm .fe .select-holder select:focus,
.scheduleExamForm .contactInfoSection select:focus,
.scheduleExamForm .contactInfoSection input:focus{
    border: 1px dashed black;
}
 
.scheduleExamForm input[type="radio"]:focus,
.contactInfoSection input[type="checkbox"]:focus {
    outline: 2px solid #aaf;
}

.scheduleExamForm .ui-datepicker-next:focus, 
.scheduleExamForm .ui-datepicker-prev:focus {
    outline: 2px solid #8585fb;
} 

a:focus .exam-confirm-close, #edit_firstname_lastname:focus, 
#checkoutContent input[type="text"]:focus,
#checkoutContent.to-checkout-left-container input[type='radio']:focus + div,
#checkoutContent.to-checkout-left-container input[type='radio']:focus + span:before,
#checkoutContent.to-checkout-left-container .to-rx-accordion-header .to-row:focus,
.to-title-item.didnotfind:focus,
.ui-icon-myCloseButton:focus{
    border: 1px dashed !important;
}

#button_submit_doctor input.button:focus, #submitDoctorInformation:focus,
.ui-button ui-widget.ui-button-text-only:focus{
	text-decoration: underline;
}

#button_submit_doctor input.button:hover{
	text-decoration: underline;
	cursor: pointer;
}

#oo_tab{
	display: none !important;
}

.search-facets ul{ margin: 0; }
/* img[data-origin] {
   opacity: 0;
}
img.lazyloaded {
   -webkit-transition: opacity .5s linear 0.2s;
       -moz-transition: opacity .5s linear 0.2s;
                 transition: opacity .5s linear 0.2s;
   opacity: 1;
} */

.remeber-eye-exam{
    font-size: 14px;
    font-family: 'HelveticaNeueforTarget-Md';
    background-color: #f6f6f6;
    margin: 20px 30px 40px 0px;
    padding: 5px 25px 10px 7px;
    border: solid 2px #979797;
    height: 32px;
    line-height: 17px;
    
}

.remeber-eye-exam span{
	color: #d0021b;
    padding: 0px 6px 0px 6px;
    border-radius: 15px;
    border: solid 2px #d0021b;
    width: 2px;
    height: 11px;
    margin: 0 8px 0 2px;
    font-weight: 800;
}

.remeber-eye-exam a{
	text-decoration: underline!important;
    color: #0066ff!important;
}

.each-exam table{
	border-collapse: separate;
    border-spacing: 0 0.4em;
}

.exam-container{
 float: left;
 font-family: HelveticaNeueforTarget-Bd;
 font-size: 16px;
 background-color: #ffffff;
 
}

.exam-container .inner-exam-container{
 margin: 10px 10px 10px 10px;
 padding: 10px 10px 10px 10px;
}

.exam-container .eye-exam-line {
  width: 550px;
  height: 1px;
  margin: 14px 0 15px;
  border-top: solid 1px #c8c8c8;
}

.exam-container .inner-exam-container .subtext{
	font-family: HelveticaNeueforTarget-Rm;
}

.exam-container .inner-exam-container .heading{
	font-family: HelveticaNeueforTarget-Rm;
	padding-right: 12px;
}

.exam-container .inner-exam-container .content{
	width: 470px;
}
.exam-container .inner-exam-container .eye-exams-button {
    border-radius: 25px;
    padding: 10px 50px 10px 50px !important; 
	text-decoration-line: none;
}

.exam-container .inner-exam-container a{
  font-family: HelveticaNeueforTarget-Rm;
  font-size: 14px;
  color: #0066ff;
  text-decoration: underline;
}

.exam-container .inner-exam-container .cancel-eye-exam-button {
  padding: 8px 34px 7px;
  border-radius: 18px;
  border: solid 1px #cc0000;
  background-color: #ffffff;
  float: right;
  font-size: 12px;
  color: #cc0000;
  text-decoration-line: none;
}

.back-to-frame-advisor {
	text-transform: uppercase !important;
	font-family: HelveticaNeueforTarget-Rm;
  	font-size: 15px !important;
  	color: #333 !important;
  	font-weight: 500 !important;
}
